diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/llc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index c4af6d806a3..de56b856cc4 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/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))),) |