Always enable the C backend. This fixes a *vast* number of failures on the
authorChris Lattner <sabre@nondot.org>
Sat, 23 Apr 2005 14:36:22 +0000 (14:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Apr 2005 14:36:22 +0000 (14:36 +0000)
testers last night, as llc was not getting the cbe linked in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21468 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index c4af6d806a34d3a79354f5c715e5c4e1d75b0613..de56b856cc4a3094f2e7bd35989c5474c13cc809 100644 (file)
@@ -18,10 +18,8 @@ include $(LEVEL)/Makefile.config
 # Initialize the USEDLIBS so we can add to it
 USEDLIBS :=
 
-# Check for LLVMCBackend  target
-ifneq ($(strip $(filter CBackend,$(TARGETS_TO_BUILD))),)
+# Always add the C Backend
 USEDLIB += LLVMCBackend
-endif
 
 # Check for Skeleton target
 ifneq ($(strip $(filter Skeleton,$(TARGETS_TO_BUILD))),)