[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 4 14:52:03 PST 2002
Changes in directory llvm/tools/lli:
Makefile updated: 1.17 -> 1.18
---
Log message:
No need to explicitly inclue ExportSymbols now
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.17 llvm/tools/lli/Makefile:1.18
--- llvm/tools/lli/Makefile:1.17 Fri Sep 13 17:20:19 2002
+++ llvm/tools/lli/Makefile Mon Nov 4 14:50:56 2002
@@ -5,6 +5,6 @@
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
-TOOLLINKOPTS = -ldl $(ExportSymbols)
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list