[llvm-commits] CVS: llvm/tools/llvm-db/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Apr 21 22:04:35 PDT 2006
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.8 -> 1.9
---
Log message:
This no longer needs the JIT.
---
Diffs of the changes: (+1 -4)
Makefile | 5 +----
1 files changed, 1 insertion(+), 4 deletions(-)
Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Makefile:1.8 llvm/tools/llvm-db/Makefile:1.9
--- llvm/tools/llvm-db/Makefile:1.8 Mon Nov 29 01:17:19 2004
+++ llvm/tools/llvm-db/Makefile Sat Apr 22 00:04:23 2006
@@ -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
More information about the llvm-commits
mailing list