[llvm-commits] CVS: llvm/tools/Makefile.JIT
Tanya Brethour
tbrethou at cs.uiuc.edu
Thu Nov 18 10:38:15 PST 2004
Changes in directory llvm/tools:
Makefile.JIT updated: 1.4 -> 1.5
---
Log message:
Adding option to llc for ModuloScheduling. By default it is turned off.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/Makefile.JIT
diff -u llvm/tools/Makefile.JIT:1.4 llvm/tools/Makefile.JIT:1.5
--- llvm/tools/Makefile.JIT:1.4 Thu Oct 28 01:39:10 2004
+++ llvm/tools/Makefile.JIT Thu Nov 18 12:38:01 2004
@@ -44,7 +44,7 @@
# What the Sparc JIT requires
ifdef ENABLE_SPARCV9_JIT
JITLIBS += LLVMSparcV9
- ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
+ ARCHLIBS += LLVMSparcV9ModuloSched LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \
LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc
endif
More information about the llvm-commits
mailing list