summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Debugger
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/lib/Debugger
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/lib/Debugger')
-rw-r--r--llvm/lib/Debugger/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Debugger/Makefile b/llvm/lib/Debugger/Makefile
index 70ee46edefc..c3220648387 100644
--- a/llvm/lib/Debugger/Makefile
+++ b/llvm/lib/Debugger/Makefile
@@ -11,5 +11,6 @@ LEVEL = ../..
LIBRARYNAME = LLVMDebugger
EXTRA_DIST = README.txt
REQUIRES_EH := 1
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud