From: Reid Spencer Date: Mon, 29 Nov 2004 06:23:19 +0000 (+0000) Subject: Make sure the program's symbols can be dlsym'd as well. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f00b54058b02d1cdac2332a87acfce2bb882481b;p=oota-llvm.git Make sure the program's symbols can be dlsym'd as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18331 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile.JIT b/tools/Makefile.JIT index 51dcc2b614e..6f7ad53d599 100644 --- a/tools/Makefile.JIT +++ b/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