mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Remove V9 jit support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27891 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4649a501b
commit
37408e5d23
@ -608,21 +608,6 @@ ifdef ENABLE_X86_JIT
|
|||||||
JIT_LIBS += LLVMX86 LLVMSelectionDAG
|
JIT_LIBS += LLVMX86 LLVMSelectionDAG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# You can enable the SparcV9 JIT on a non-SparcV9 host by setting the flag
|
|
||||||
# ENABLE_SPARCV9_JIT on the make command line. If not, it will still be
|
|
||||||
# enabled automagically on an SparcV9 host.
|
|
||||||
ifeq ($(ARCH), Sparc)
|
|
||||||
ENABLE_SPARCV9_JIT = 1
|
|
||||||
endif
|
|
||||||
|
|
||||||
# What the Sparc JIT requires
|
|
||||||
ifdef ENABLE_SPARCV9_JIT
|
|
||||||
JIT_LIBS += LLVMSparcV9 LLVMSparcV9ModuloSched LLVMSparcV9InstrSched \
|
|
||||||
LLVMSparcV9LiveVar LLVMInstrumentation.a \
|
|
||||||
LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
|
|
||||||
LLVMDataStructure LLVMSparcV9RegAlloc
|
|
||||||
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
|
||||||
# ENABLE_PPC_JIT on the make command line. If not, it will still be
|
# ENABLE_PPC_JIT on the make command line. If not, it will still be
|
||||||
# enabled automagically on an PowerPC host.
|
# enabled automagically on an PowerPC host.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user