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/lli/Makefile | |
parent | 49f2b9470ea17178fa378c0ee2a314eade0c5ad0 (diff) |
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/lli/Makefile')
-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 9cf483c479..bc5578c0a2 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 |