aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-17 20:40:22 +0000
committerChris Lattner <sabre@nondot.org>2002-09-17 20:40:22 +0000
commit44756999dc40c059c7bf0c0c7d9ca462e00541bc (patch)
tree24c9537c161e22861b97ca2c631250c0e0e4aa57 /tools/llc/Makefile
parentb379470b90391aa0dc6fb35d58315fccac1fadff (diff)
downloadexternal_llvm-44756999dc40c059c7bf0c0c7d9ca462e00541bc.zip
external_llvm-44756999dc40c059c7bf0c0c7d9ca462e00541bc.tar.gz
external_llvm-44756999dc40c059c7bf0c0c7d9ca462e00541bc.tar.bz2
Enable correct support for dynamic loading on Linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c8a3042..9bf2f24 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -3,7 +3,7 @@ TOOLNAME = llc
USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \
instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
scalaropts transforms analysis transformutils vmcore support
-TOOLLINKOPTS = -ldl
+TOOLLINKOPTS = -ldl $(ExportSymbols)
include $(LEVEL)/Makefile.common