[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 17 15:41:00 PDT 2002
Changes in directory llvm/tools/llc:
Makefile updated: 1.26 -> 1.27
---
Log message:
Enable correct support for dynamic loading on Linux
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.26 llvm/tools/llc/Makefile:1.27
--- llvm/tools/llc/Makefile:1.26 Mon Sep 16 11:36:13 2002
+++ llvm/tools/llc/Makefile Tue Sep 17 15:40:22 2002
@@ -3,7 +3,7 @@
USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \
instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
scalaropts transforms analysis transformutils vmcore support
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = -ldl $(ExportSymbols)
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list