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

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 4 14:52:04 PST 2002


Changes in directory llvm/tools/opt:

Makefile updated: 1.34 -> 1.35

---
Log message:

No need to explicitly inclue ExportSymbols now


---
Diffs of the changes:

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.34 llvm/tools/opt/Makefile:1.35
--- llvm/tools/opt/Makefile:1.34	Sun Oct 27 18:54:59 2002
+++ llvm/tools/opt/Makefile	Mon Nov  4 14:50:57 2002
@@ -7,8 +7,8 @@
 	   livevar scalaropts \
 	   ipo ipa.a datastructure transforms target.a analysis \
            transformutils vmcore support
-TOOLLINKOPTS = -ldl $(ExportSymbols)
 
+TOOLLINKOPTS = -ldl
 KEEP_SYMBOLS = 1
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list