diff options
Diffstat (limited to 'contrib/llvm/tools/llvm-stub')
-rw-r--r-- | contrib/llvm/tools/llvm-stub/CMakeLists.txt | 3 | ||||
-rw-r--r-- | contrib/llvm/tools/llvm-stub/Makefile | 13 |
2 files changed, 0 insertions, 16 deletions
diff --git a/contrib/llvm/tools/llvm-stub/CMakeLists.txt b/contrib/llvm/tools/llvm-stub/CMakeLists.txt deleted file mode 100644 index a98dc9e..0000000 --- a/contrib/llvm/tools/llvm-stub/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -add_llvm_tool(llvm-stub - llvm-stub.c - ) diff --git a/contrib/llvm/tools/llvm-stub/Makefile b/contrib/llvm/tools/llvm-stub/Makefile deleted file mode 100644 index 7ffe149..0000000 --- a/contrib/llvm/tools/llvm-stub/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -##===- tools/llvm-stub/Makefile ----------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -TOOLNAME = llvm-stub -include $(LEVEL)/Makefile.common - |