aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c4af6d806a..de56b856cc 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -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))),)