No need to explicitly inclue ExportSymbols now
authorChris Lattner <sabre@nondot.org>
Mon, 4 Nov 2002 20:50:57 +0000 (20:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Nov 2002 20:50:57 +0000 (20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4543 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/analyze/Makefile
tools/jello/Makefile
tools/llc/Makefile
tools/lli/Makefile
tools/opt/Makefile

index b5b7c3d26b964103e70ff927b7809d2f714d9862..a0e73d715001191f7fc267b10d454f324e977ca0 100644 (file)
@@ -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
index 9add20b9a0d379d4619df11a926008a0bf082391..57152ac5cdb9c9bab828be7c089e631c6b61d7c7 100644 (file)
@@ -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
 
index 3543c82b79e52e08ec02442f244d222ae640291c..4653e1ad7b9b8827d7b631649ba054a8a2fd5d87 100644 (file)
@@ -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
index 186d5abbf17be0dc6f7ba7f255e8c5abe0d147cc..503dfa094344004d9b13cdca6292bf24b6f53ea6 100644 (file)
@@ -22,8 +22,7 @@ USEDLIBS = mapping \
            transformutils \
            vmcore \
            support
-TOOLLINKOPTS = -ldl $(ExportSymbols)
-
+TOOLLINKOPTS = -ldl
 KEEP_SYMBOLS = 1
 
 include $(LEVEL)/Makefile.common
index b5b7c3d26b964103e70ff927b7809d2f714d9862..a0e73d715001191f7fc267b10d454f324e977ca0 100644 (file)
@@ -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
index bde049fdc88e4ada4ba67cc8ad2ed4fd7e99a2c5..14fe05d9aae87ffd6e46e7e9471de5889ccae429 100644 (file)
@@ -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