[llvm-commits] CVS: llvm/tools/lli/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Aug 4 00:39:32 PDT 2004
Changes in directory llvm/tools/lli:
Makefile updated: 1.42 -> 1.43
---
Log message:
sparcv9select is history
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.42 llvm/tools/lli/Makefile:1.43
--- llvm/tools/lli/Makefile:1.42 Wed Feb 25 13:08:11 2004
+++ llvm/tools/lli/Makefile Wed Aug 4 02:39:21 2004
@@ -43,7 +43,7 @@
JITLIBS += sparcv9
ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a \
- sparcv9regalloc sparcv9select
+ sparcv9regalloc
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
More information about the llvm-commits
mailing list