Make sure the program's symbols can be dlsym'd as well.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 06:23:19 +0000 (06:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 06:23:19 +0000 (06:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18331 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile.JIT

index 51dcc2b614e60501bacdeb6749878a95d80611a8..6f7ad53d5999480b2988d8b5d531949833aa08b1 100644 (file)
@@ -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