summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit676d4118cf71c7dc257fd9c2cd260d86220e34af (patch)
tree86df08e01ef1d63c3988036f98b50e688c076bf2 /llvm/tools
parentf0afd8bac74a03c4d029ec2d62c2617aec746957 (diff)
downloadbcm5719-llvm-676d4118cf71c7dc257fd9c2cd260d86220e34af.tar.gz
bcm5719-llvm-676d4118cf71c7dc257fd9c2cd260d86220e34af.zip
Genericize support for calling functions a bit
Add external method support llvm-svn: 528
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/lli/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile
index 9cf483c479f..bc5578c0a23 100644
--- a/llvm/tools/lli/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud