projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b003d76
)
This no longer needs the JIT.
author
Chris Lattner
<sabre@nondot.org>
Sat, 22 Apr 2006 05:04:23 +0000
(
05:04
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/tools/llvm-db/Makefile
b/tools/llvm-db/Makefile
index fe31e3c4b004b221e8c25281929658de91cfcd1d..e5b0d2916b60a68d7b88166e50c6d2b90efa6967 100644
(file)
--- 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