summaryrefslogtreecommitdiff
path: root/tools/analyze
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-04 20:50:57 +0000
committerChris Lattner <sabre@nondot.org>2002-11-04 20:50:57 +0000
commitc9d8beff59246e01aa3eb14e5b3a1c19897144f8 (patch)
tree174bcb84996cae26848ec11cbe0a3b0c89d5111c /tools/analyze
parent1c588505b88c8052c0450e384f2d0d0281ea8a63 (diff)
downloadllvm-c9d8beff59246e01aa3eb14e5b3a1c19897144f8.tar.gz
llvm-c9d8beff59246e01aa3eb14e5b3a1c19897144f8.tar.bz2
llvm-c9d8beff59246e01aa3eb14e5b3a1c19897144f8.tar.xz
No need to explicitly inclue ExportSymbols now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/analyze')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 9add20b9a0..57152ac5cd 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../..
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