diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-04 20:50:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-04 20:50:57 +0000 |
commit | c9d8beff59246e01aa3eb14e5b3a1c19897144f8 (patch) | |
tree | 174bcb84996cae26848ec11cbe0a3b0c89d5111c /tools/lli/Makefile | |
parent | 1c588505b88c8052c0450e384f2d0d0281ea8a63 (diff) |
No need to explicitly inclue ExportSymbols now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index b5b7c3d26b..a0e73d7150 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a # Have gcc tell the linker to export symbols from the program so that # dynamically loaded modules can be linked against them. # -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |