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

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



Changes in directory llvm/tools/llvm-db:

Makefile updated: 1.4 -> 1.5
---
Log message:

Use the SparcV9-marked instr scheduling library

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

Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Makefile:1.4 llvm/tools/llvm-db/Makefile:1.5
--- llvm/tools/llvm-db/Makefile:1.4	Sun Aug 29 14:29:38 2004
+++ llvm/tools/llvm-db/Makefile	Fri Oct  8 13:14:56 2004
@@ -42,7 +42,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