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 | a416ad30df2d6b1a4fe8398994484be0ca947d94 (patch) | |
tree | ec5f9c296be9f1f6191af11344f5269dae883317 /llvm/lib/ExecutionEngine | |
parent | f131358f59d32bdd4335a6762095dce4655a8788 (diff) | |
download | bcm5719-llvm-a416ad30df2d6b1a4fe8398994484be0ca947d94.tar.gz bcm5719-llvm-a416ad30df2d6b1a4fe8398994484be0ca947d94.zip |
No need to explicitly inclue ExportSymbols now
llvm-svn: 4543
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index b5b7c3d26b9..a0e73d71500 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/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 |