From f00b54058b02d1cdac2332a87acfce2bb882481b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 29 Nov 2004 06:23:19 +0000 Subject: [PATCH] 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 --- tools/Makefile.JIT | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1