summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
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/llc/Makefile
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/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 84689cf718..7bef4f2751 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -55,7 +55,7 @@ USEDLIBS += LLVMARM
endif
USEDLIBS += \
- LLVMSelectionDAG \
+ LLVMSelectionDAG.a \
LLVMCodeGen.a \
LLVMTarget.a \
LLVMipa.a \