summaryrefslogtreecommitdiff
path: root/tools/llvm-db
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-21 00:10:47 +0000
committerChris Lattner <sabre@nondot.org>2006-07-21 00:10:47 +0000
commit02b04b4d347b537becdf8453c511bf058fa4389a (patch)
tree04e0bf379e34c6f1d7e70032ed1cebb09f8cbf53 /tools/llvm-db
parent6947e55aff7086d3ad654d4fa1ea9f51f4983424 (diff)
downloadllvm-02b04b4d347b537becdf8453c511bf058fa4389a.tar.gz
llvm-02b04b4d347b537becdf8453c511bf058fa4389a.tar.bz2
llvm-02b04b4d347b537becdf8453c511bf058fa4389a.tar.xz
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker. Patch contributed by Anton Korobeynikov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile
index e7bc95fa5d..3bf9d54afd 100644
--- a/tools/llvm-db/Makefile
+++ b/tools/llvm-db/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-db
-USEDLIBS = LLVMDebugger LLVMBCReader.a LLVMCore.a LLVMSupport.a \
+USEDLIBS = LLVMDebugger.a LLVMBCReader.a LLVMCore.a LLVMSupport.a \
LLVMbzip2.a LLVMSystem.a
REQUIRES_EH := 1