[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 12 21:29:00 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.35 -> 1.36
---
Log message:
Incorporate mapping library into the sparc library
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.35 llvm/tools/lli/Makefile:1.36
--- llvm/tools/lli/Makefile:1.35 Mon Aug 11 09:59:53 2003
+++ llvm/tools/lli/Makefile Tue Aug 12 21:28:16 2003
@@ -36,7 +36,7 @@
JITLIBS += sparc
ARCHLIBS += sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- mapping select postopts.a preopts
+ select postopts.a preopts
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
More information about the llvm-commits
mailing list