diff options
-rw-r--r-- | llvm/tools/llvm-db/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile index fe31e3c4b00..e5b0d2916b6 100644 --- a/llvm/tools/llvm-db/Makefile +++ b/llvm/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 |