diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-21 00:10:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-21 00:10:47 +0000 |
commit | 02b04b4d347b537becdf8453c511bf058fa4389a (patch) | |
tree | 04e0bf379e34c6f1d7e70032ed1cebb09f8cbf53 /tools/llvm-db | |
parent | 6947e55aff7086d3ad654d4fa1ea9f51f4983424 (diff) |
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/Makefile | 2 |
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 |