[llvm-commits] CVS: llvm/tools/lli/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Feb 25 13:11:25 PST 2004
Changes in directory llvm/tools/lli:
Makefile updated: 1.41 -> 1.42
---
Log message:
Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles)
---
Diffs of the changes: (+4 -4)
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.41 llvm/tools/lli/Makefile:1.42
--- llvm/tools/lli/Makefile:1.41 Mon Oct 20 17:27:26 2003
+++ llvm/tools/lli/Makefile Wed Feb 25 13:08:11 2004
@@ -40,10 +40,10 @@
# What the Sparc JIT requires
ifdef ENABLE_SPARC_JIT
CPPFLAGS += -DENABLE_SPARC_JIT
- JITLIBS += sparc
- ARCHLIBS += sched livevar instrument.a profpaths \
- bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- select
+ JITLIBS += sparcv9
+ ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
+ bcwriter transforms.a ipo.a ipa.a datastructure.a \
+ sparcv9regalloc sparcv9select
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
More information about the llvm-commits
mailing list