summaryrefslogtreecommitdiff
path: root/tools/llvm-db/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/Makefile')
-rw-r--r--tools/llvm-db/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile
index fe31e3c4b0..e5b0d2916b 100644
--- a/tools/llvm-db/Makefile
+++ b/tools/llvm-db/Makefile
@@ -9,9 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-db
-USEDLIBS = LLVMDebugger
-
-# Enable JIT support
-LLVMLIBS = JIT
+USEDLIBS = LLVMDebugger LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common