diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-10 04:49:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-10 04:49:44 +0000 |
commit | 365a76e46e7b22ee2cd7881d0a7055fc20930fd5 (patch) | |
tree | f74298a68347e8aa88cd9dcc1080ede88e779b13 /tools | |
parent | 49f2b9470ea17178fa378c0ee2a314eade0c5ad0 (diff) | |
download | external_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/Makefile | 1 |
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 |