[llvm-commits] CVS: llvm/tools/analyze/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 4 14:52:01 PST 2002
Changes in directory llvm/tools/analyze:
Makefile updated: 1.16 -> 1.17
---
Log message:
No need to explicitly inclue ExportSymbols now
---
Diffs of the changes:
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.16 llvm/tools/analyze/Makefile:1.17
--- llvm/tools/analyze/Makefile:1.16 Tue Sep 17 15:40:20 2002
+++ llvm/tools/analyze/Makefile Mon Nov 4 14:50:51 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 $(ExportSymbols)
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list