[llvm-commits] CVS: llvm/tools/opt/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 17 15:41:02 PDT 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.29 -> 1.30
---
Log message:
Enable correct support for dynamic loading on Linux
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.29 llvm/tools/opt/Makefile:1.30
--- llvm/tools/opt/Makefile:1.29 Mon Sep 16 13:28:27 2002
+++ llvm/tools/opt/Makefile Tue Sep 17 15:40:24 2002
@@ -6,7 +6,7 @@
livevar scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = -ldl $(ExportSymbols)
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list