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

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 1 15:31:01 PDT 2003


Changes in directory llvm/tools/lli:

Makefile updated: 1.38 -> 1.39

---
Log message:

Preselection is now integrated into the Sparc target library



---
Diffs of the changes:

Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.38 llvm/tools/lli/Makefile:1.39
--- llvm/tools/lli/Makefile:1.38	Mon Sep  1 15:26:14 2003
+++ llvm/tools/lli/Makefile	Mon Sep  1 15:30:17 2003
@@ -36,7 +36,7 @@
   JITLIBS  += sparc 
   ARCHLIBS += sched livevar instrument.a profpaths \
               bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
-              select preopts
+              select
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \





More information about the llvm-commits mailing list