summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-29 06:23:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-29 06:23:19 +0000
commit3ec3fc987048d6689471969bf03eadb572fe0f0f (patch)
treeb0f6c6bb00d9a509a817cf165569ae7b797f7a42 /llvm/tools
parentf9c5dc9fb4c1efce67de8aa5a55c347379efe815 (diff)
downloadbcm5719-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.JIT2
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
OpenPOWER on IntegriCloud