mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Include the new selection library for the X86 target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac0c8680ad
commit
4c08840e4b
@ -19,7 +19,7 @@ endif
|
||||
# What the X86 JIT requires
|
||||
ifdef ENABLE_X86_JIT
|
||||
CPPFLAGS += -DENABLE_X86_JIT
|
||||
JITLIBS += x86
|
||||
JITLIBS += x86 selection
|
||||
# X86 doesn't require any ARCHLIBS
|
||||
endif
|
||||
|
||||
|
@ -3,6 +3,7 @@ TOOLNAME = llc
|
||||
USEDLIBS = mapping \
|
||||
sparc \
|
||||
x86 \
|
||||
selection \
|
||||
regalloc \
|
||||
sched \
|
||||
select \
|
||||
|
@ -19,7 +19,7 @@ endif
|
||||
# What the X86 JIT requires
|
||||
ifdef ENABLE_X86_JIT
|
||||
CPPFLAGS += -DENABLE_X86_JIT
|
||||
JITLIBS += x86
|
||||
JITLIBS += x86 selection
|
||||
# X86 doesn't require any ARCHLIBS
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user