[llvm-commits] CVS: llvm/tools/lli/Makefile

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 8 11:15:08 PDT 2004



Changes in directory llvm/tools/lli:

Makefile updated: 1.44 -> 1.45
---
Log message:

Use the SparcV9-marked instr scheduling library

---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.44 llvm/tools/lli/Makefile:1.45
--- llvm/tools/lli/Makefile:1.44	Sun Aug 29 14:29:38 2004
+++ llvm/tools/lli/Makefile	Fri Oct  8 13:14:56 2004
@@ -41,7 +41,7 @@
 ifdef ENABLE_SPARC_JIT
   CPPFLAGS += -DENABLE_SPARC_JIT
   JITLIBS  += sparcv9
-  ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
+  ARCHLIBS += sparcv9sched sparcv9livevar instrument.a profpaths \
               bcwriter transforms.a ipo.a ipa.a datastructure.a \
               sparcv9regalloc
 endif






More information about the llvm-commits mailing list