diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-22 05:04:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-22 05:04:23 +0000 |
commit | 17aae4c5169a683ee38c69f82f7630d2fb9f2328 (patch) | |
tree | b7afab0aaceae3ec3e06d3a1adf812c954bbb267 /llvm | |
parent | fe36eaebda5caffe447e72878a0068c5ec808639 (diff) | |
download | bcm5719-llvm-17aae4c5169a683ee38c69f82f7630d2fb9f2328.tar.gz bcm5719-llvm-17aae4c5169a683ee38c69f82f7630d2fb9f2328.zip |
This no longer needs the JIT.
llvm-svn: 27942
Diffstat (limited to 'llvm')
-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 |