summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-29 07:17:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-29 07:17:18 +0000
commitbb9932c96a259ff7c3b1003be8de114d354d8b2b (patch)
tree8cb94376d67a2f8cde183a86218d28c3abc78ea4 /llvm/tools/llvm-db
parentaf4495a8c4b71a20e1b61a1a88d95266ecf3aeca (diff)
downloadbcm5719-llvm-bb9932c96a259ff7c3b1003be8de114d354d8b2b.tar.gz
bcm5719-llvm-bb9932c96a259ff7c3b1003be8de114d354d8b2b.zip
Use LLVMLIBS=JIT to get JIT libraries
llvm-svn: 18333
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r--llvm/tools/llvm-db/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile
index e1f1f2d9b7d..fe31e3c4b00 100644
--- a/llvm/tools/llvm-db/Makefile
+++ b/llvm/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
-
OpenPOWER on IntegriCloud