[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 12 18:59:09 PST 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.19 -> 1.20
---
Log message:
No longer need scalaropts lib
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.19 llvm/tools/lli/Makefile:1.20
--- llvm/tools/lli/Makefile:1.19 Mon Dec 23 17:59:32 2002
+++ llvm/tools/lli/Makefile Sun Jan 12 18:58:18 2003
@@ -2,7 +2,7 @@
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT
-JITLIBS = lli-jit codegen x86 scalaropts.a
+JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
#transforms.a
More information about the llvm-commits
mailing list