aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-10 04:49:44 +0000
committerChris Lattner <sabre@nondot.org>2001-09-10 04:49:44 +0000
commit365a76e46e7b22ee2cd7881d0a7055fc20930fd5 (patch)
treef74298a68347e8aa88cd9dcc1080ede88e779b13 /tools
parent49f2b9470ea17178fa378c0ee2a314eade0c5ad0 (diff)
downloadexternal_llvm-365a76e46e7b22ee2cd7881d0a7055fc20930fd5.zip
external_llvm-365a76e46e7b22ee2cd7881d0a7055fc20930fd5.tar.gz
external_llvm-365a76e46e7b22ee2cd7881d0a7055fc20930fd5.tar.bz2
Genericize support for calling functions a bit
Add external method support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/lli/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 9cf483c..bc5578c 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -1,6 +1,7 @@
LEVEL = ../..
TOOLNAME = lli
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common