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 \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to