This no longer needs the JIT.
authorChris Lattner <sabre@nondot.org>
Sat, 22 Apr 2006 05:04:23 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Apr 2006 05:04:23 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27942 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-db/Makefile

index fe31e3c4b004b221e8c25281929658de91cfcd1d..e5b0d2916b60a68d7b88166e50c6d2b90efa6967 100644 (file)
@@ -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