[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 1 15:27:01 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.37 -> 1.38
---
Log message:
Sparc peephole optimizer moved out of post-opts library into Sparc target library
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.37 llvm/tools/lli/Makefile:1.38
--- llvm/tools/lli/Makefile:1.37 Thu Aug 14 23:56:09 2003
+++ llvm/tools/lli/Makefile Mon Sep 1 15:26:14 2003
@@ -36,7 +36,7 @@
JITLIBS += sparc
ARCHLIBS += sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- select postopts.a preopts
+ select preopts
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
More information about the llvm-commits
mailing list