[llvm-commits] CVS: llvm/tools/Makefile.JIT
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Oct 27 23:39:28 PDT 2004
Changes in directory llvm/tools:
Makefile.JIT updated: 1.3 -> 1.4
---
Log message:
Fix library names for sparc
---
Diffs of the changes: (+3 -3)
Index: llvm/tools/Makefile.JIT
diff -u llvm/tools/Makefile.JIT:1.3 llvm/tools/Makefile.JIT:1.4
--- llvm/tools/Makefile.JIT:1.3 Wed Oct 27 18:18:45 2004
+++ llvm/tools/Makefile.JIT Thu Oct 28 01:39:10 2004
@@ -44,9 +44,9 @@
# 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
More information about the llvm-commits
mailing list