From 8f631784f70d8b03cffdc4ffe6a2f0fed0ad4438 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 29 Nov 2004 07:17:18 +0000 Subject: Use LLVMLIBS=JIT to get JIT libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-db/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tools/llvm-db') diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index e1f1f2d9b7..fe31e3c4b0 100644 --- a/tools/llvm-db/Makefile +++ b/tools/llvm-db/Makefile @@ -12,12 +12,6 @@ TOOLNAME = llvm-db USEDLIBS = LLVMDebugger # Enable JIT support -include ../Makefile.JIT - -# Have gcc tell the linker to export symbols from the program so that -# dynamically loaded modules can be linked against them. -# -TOOLLINKOPTS = $(PLATFORMLIBDL) +LLVMLIBS = JIT include $(LEVEL)/Makefile.common - -- cgit v1.2.3