mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
Always enable the C backend. This fixes a *vast* number of failures on the
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
This commit is contained in:
@@ -18,10 +18,8 @@ include $(LEVEL)/Makefile.config
|
|||||||
# Initialize the USEDLIBS so we can add to it
|
# Initialize the USEDLIBS so we can add to it
|
||||||
USEDLIBS :=
|
USEDLIBS :=
|
||||||
|
|
||||||
# Check for LLVMCBackend target
|
# Always add the C Backend
|
||||||
ifneq ($(strip $(filter CBackend,$(TARGETS_TO_BUILD))),)
|
|
||||||
USEDLIB += LLVMCBackend
|
USEDLIB += LLVMCBackend
|
||||||
endif
|
|
||||||
|
|
||||||
# Check for Skeleton target
|
# Check for Skeleton target
|
||||||
ifneq ($(strip $(filter Skeleton,$(TARGETS_TO_BUILD))),)
|
ifneq ($(strip $(filter Skeleton,$(TARGETS_TO_BUILD))),)
|
||||||
|
Reference in New Issue
Block a user