summaryrefslogtreecommitdiffstats
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
commita416ad30df2d6b1a4fe8398994484be0ca947d94 (patch)
treeec5f9c296be9f1f6191af11344f5269dae883317
parentf131358f59d32bdd4335a6762095dce4655a8788 (diff)
downloadbcm5719-llvm-a416ad30df2d6b1a4fe8398994484be0ca947d94.tar.gz
bcm5719-llvm-a416ad30df2d6b1a4fe8398994484be0ca947d94.zip
No need to explicitly inclue ExportSymbols now
llvm-svn: 4543
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
-rw-r--r--llvm/tools/analyze/Makefile2
-rw-r--r--llvm/tools/jello/Makefile2
-rw-r--r--llvm/tools/llc/Makefile3
-rw-r--r--llvm/tools/lli/Makefile2
-rw-r--r--llvm/tools/opt/Makefile2
6 files changed, 6 insertions, 7 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index b5b7c3d26b9..a0e73d71500 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
-TOOLLINKOPTS = -ldl $(ExportSymbols)
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/analyze/Makefile b/llvm/tools/analyze/Makefile
index 9add20b9a0d..57152ac5cdb 100644
--- a/llvm/tools/analyze/Makefile
+++ b/llvm/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
diff --git a/llvm/tools/jello/Makefile b/llvm/tools/jello/Makefile
index 3543c82b79e..4653e1ad7b9 100644
--- a/llvm/tools/jello/Makefile
+++ b/llvm/tools/jello/Makefile
@@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore codegen x86 support.a target.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
-TOOLLINKOPTS = -ldl $(ExportSymbols)
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index 186d5abbf17..503dfa09434 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/tools/llc/Makefile
@@ -22,8 +22,7 @@ USEDLIBS = mapping \
transformutils \
vmcore \
support
-TOOLLINKOPTS = -ldl $(ExportSymbols)
-
+TOOLLINKOPTS = -ldl
KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile
index b5b7c3d26b9..a0e73d71500 100644
--- a/llvm/tools/lli/Makefile
+++ b/llvm/tools/lli/Makefile
@@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
# Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them.
#
-TOOLLINKOPTS = -ldl $(ExportSymbols)
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile
index bde049fdc88..14fe05d9aae 100644
--- a/llvm/tools/opt/Makefile
+++ b/llvm/tools/opt/Makefile
@@ -7,8 +7,8 @@ USEDLIBS = bcreader bcwriter instrument profpaths \
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
OpenPOWER on IntegriCloud