Fix library names for sparc
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 28 Oct 2004 06:39:10 +0000 (06:39 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 28 Oct 2004 06:39:10 +0000 (06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17311 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile.JIT

index 7a2c48f5a6bd75031a31c4b793466a3be3d2643c..e9e64787e267bc199a55d105290d531c4897bdf8 100644 (file)
@@ -44,9 +44,9 @@ endif
 # What the Sparc JIT requires
 ifdef ENABLE_SPARCV9_JIT
   JITLIBS  += LLVMSparcV9
-  ARCHLIBS += LLVMSparcV9sched LLVMSparcV9livevar LLVMInstrumentation.a \
-              LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
-             LLVMDataStructure.a LLVMSparcV9regalloc
+  ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
+              LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \
+              LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc
 endif
 
 # You can enable the PowerPC JIT on a non-PowerPC host by setting the flag