[llvm-commits] CVS: llvm/tools/lli/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 28 14:07:05 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.33 -> 1.34
---
Log message:
Add in support to load shared objects (-load is provided by Support library).
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.33 llvm/tools/lli/Makefile:1.34
--- llvm/tools/lli/Makefile:1.33 Wed Jul 2 12:53:14 2003
+++ llvm/tools/lli/Makefile Mon Jul 28 14:06:19 2003
@@ -40,7 +40,7 @@
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
- transformutils.a bcreader vmcore support.a target.a
+ transformutils.a bcreader vmcore support 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