summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
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