summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit55782c6c41c407bcfe3603d4aa14540451401493 (patch)
treeb2fbaa20ca32123f0089555fbeb41550d7ebf904 /llvm/tools/llvm-db
parent9a9642641389dfa96888284094a020860a6ebdf9 (diff)
downloadbcm5719-llvm-55782c6c41c407bcfe3603d4aa14540451401493.tar.gz
bcm5719-llvm-55782c6c41c407bcfe3603d4aa14540451401493.zip
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. llvm-svn: 29239
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r--llvm/tools/llvm-db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile
index e7bc95fa5da..3bf9d54afd2 100644
--- a/llvm/tools/llvm-db/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud