[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 4 14:52:02 PST 2002
Changes in directory llvm/tools/llc:
Makefile updated: 1.30 -> 1.31
---
Log message:
No need to explicitly inclue ExportSymbols now
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.30 llvm/tools/llc/Makefile:1.31
--- llvm/tools/llc/Makefile:1.30 Sun Oct 27 19:13:07 2002
+++ llvm/tools/llc/Makefile Mon Nov 4 14:50:54 2002
@@ -22,8 +22,7 @@
transformutils \
vmcore \
support
-TOOLLINKOPTS = -ldl $(ExportSymbols)
-
+TOOLLINKOPTS = -ldl
KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list