diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 06:23:19 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 06:23:19 +0000 |
| commit | 3ec3fc987048d6689471969bf03eadb572fe0f0f (patch) | |
| tree | b0f6c6bb00d9a509a817cf165569ae7b797f7a42 /llvm/tools | |
| parent | f9c5dc9fb4c1efce67de8aa5a55c347379efe815 (diff) | |
| download | bcm5719-llvm-3ec3fc987048d6689471969bf03eadb572fe0f0f.tar.gz bcm5719-llvm-3ec3fc987048d6689471969bf03eadb572fe0f0f.zip | |
Make sure the program's symbols can be dlsym'd as well.
llvm-svn: 18331
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/Makefile.JIT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/Makefile.JIT b/llvm/tools/Makefile.JIT index 51dcc2b614e..6f7ad53d599 100644 --- a/llvm/tools/Makefile.JIT +++ b/llvm/tools/Makefile.JIT @@ -64,3 +64,5 @@ endif USEDLIBS += LLVMInterpreter $(JITLIBS) $(ARCHLIBS) LLVMScalarOpts \ LLVMAnalysis.a LLVMTransformUtils.a LLVMBCReader LLVMCore \ LLVMSupport.a LLVMTarget.a LLVMbzip2 LLVMSystem.a + +LDFLAGS += -dlopen self |

