mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix library names for sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
685f86ac0e
commit
d6d8b83742
@ -44,9 +44,9 @@ endif
|
|||||||
# What the Sparc JIT requires
|
# What the Sparc JIT requires
|
||||||
ifdef ENABLE_SPARCV9_JIT
|
ifdef ENABLE_SPARCV9_JIT
|
||||||
JITLIBS += LLVMSparcV9
|
JITLIBS += LLVMSparcV9
|
||||||
ARCHLIBS += LLVMSparcV9sched LLVMSparcV9livevar LLVMInstrumentation.a \
|
ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
|
||||||
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
|
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \
|
||||||
LLVMDataStructure.a LLVMSparcV9regalloc
|
LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# You can enable the PowerPC JIT on a non-PowerPC host by setting the flag
|
# You can enable the PowerPC JIT on a non-PowerPC host by setting the flag
|
||||||
|
Loading…
Reference in New Issue
Block a user