[llvm-commits] CVS: llvm/tools/llc/Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Thu Nov 18 10:38:12 PST 2004
Changes in directory llvm/tools/llc:
Makefile updated: 1.60 -> 1.61
---
Log message:
Adding option to llc for ModuloScheduling. By default it is turned off.
---
Diffs of the changes: (+1 -0)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.60 llvm/tools/llc/Makefile:1.61
--- llvm/tools/llc/Makefile:1.60 Wed Oct 27 18:18:45 2004
+++ llvm/tools/llc/Makefile Thu Nov 18 12:37:55 2004
@@ -10,6 +10,7 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = \
+ LLVMSparcV9ModuloSched \
LLVMCBackend \
LLVMPowerPC \
LLVMSparcV9 \
More information about the llvm-commits
mailing list