summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 17:52:00 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 17:52:00 +0000
commitd5737be0f0bbe3f6abf5e1e5b2e97aca06d9aef5 (patch)
treeb98c78025d2a214ff7ed424edd91580dd894aa52
parentaecd41384f12f72159562b012b6c7f27247a20d0 (diff)
downloadbcm5719-llvm-d5737be0f0bbe3f6abf5e1e5b2e97aca06d9aef5.tar.gz
bcm5719-llvm-d5737be0f0bbe3f6abf5e1e5b2e97aca06d9aef5.zip
Remove V9 jit support
llvm-svn: 27891
-rw-r--r--llvm/Makefile.rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 462d0f8b33e..afeb215c0f8 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -608,21 +608,6 @@ ifdef ENABLE_X86_JIT
JIT_LIBS += LLVMX86 LLVMSelectionDAG
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
# ENABLE_PPC_JIT on the make command line. If not, it will still be
# enabled automagically on an PowerPC host.
OpenPOWER on IntegriCloud