[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 20 17:10:19 PDT 2006
Changes in directory llvm/tools/llc:
Makefile updated: 1.85 -> 1.86
---
Log message:
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.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.85 llvm/tools/llc/Makefile:1.86
--- llvm/tools/llc/Makefile:1.85 Thu Jul 20 12:27:58 2006
+++ llvm/tools/llc/Makefile Thu Jul 20 19:10:06 2006
@@ -55,7 +55,7 @@
endif
USEDLIBS += \
- LLVMSelectionDAG \
+ LLVMSelectionDAG.a \
LLVMCodeGen.a \
LLVMTarget.a \
LLVMipa.a \
More information about the llvm-commits
mailing list