aboutsummaryrefslogtreecommitdiff
path: root/LLVMSource
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-04-16 20:40:45 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-04-16 20:40:45 +0000
commit04db2a7c6ec751dbb27836b940b9e386309b8f94 (patch)
tree4b7bca9cac1f2a7d5495b41b1d85b48ad5ca042c /LLVMSource
parent94ae8bb33d040e1b4ca2007cdbf4e781c32c7ef3 (diff)
Remove vestiges of the C Backend from the test-suite.
Signed off by Eric Christopher. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@154856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LLVMSource')
-rw-r--r--LLVMSource/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/LLVMSource/Makefile b/LLVMSource/Makefile
index 9c3f6f4a..24d789ed 100644
--- a/LLVMSource/Makefile
+++ b/LLVMSource/Makefile
@@ -17,8 +17,6 @@ $(LLVM_SOURCE_BYTECODES): \
Output/%.llvm.bc: %.ll $(LLVMAS) Output/.dir
$(LLVMAS) $< -f -o $@
-all:: $(CBEOUTPUT)
-
ifdef TARGET_HAS_JIT
all:: $(JITOUTPUT)
endif