[llvm-commits] CVS: llvm/tools/analyze/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 17 15:41:03 PDT 2002


Changes in directory llvm/tools/analyze:

Makefile updated: 1.15 -> 1.16

---
Log message:

Enable correct support for dynamic loading on Linux



---
Diffs of the changes:

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.15 llvm/tools/analyze/Makefile:1.16
--- llvm/tools/analyze/Makefile:1.15	Thu Aug 29 15:10:29 2002
+++ llvm/tools/analyze/Makefile	Tue Sep 17 15:40:20 2002
@@ -2,7 +2,7 @@
 TOOLNAME = analyze
 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
            datastructure target.a transformutils.a vmcore support
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = -ldl $(ExportSymbols)
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list