[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 23 11:44:00 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.22 -> 1.23
---
Log message:
We now need to link libscalar to get the switch lowering pass
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.22 llvm/tools/lli/Makefile:1.23
--- llvm/tools/lli/Makefile:1.22 Wed Jan 22 09:41:10 2003
+++ llvm/tools/lli/Makefile Wed Apr 23 11:43:02 2003
@@ -3,8 +3,8 @@
PARALLEL_DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86
-USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
-#transforms.a
+USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \
+ analysis.a support.a target.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
More information about the llvm-commits
mailing list