Changes in directory llvm/tools/llc:

Makefile updated: 1.82 -> 1.83
---
Log message:

Oops, llc needs libTarget.a not Target.o


---
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.82 llvm/tools/llc/Makefile:1.83
--- llvm/tools/llc/Makefile:1.82        Wed May 31 20:30:26 2006
+++ llvm/tools/llc/Makefile     Wed May 31 20:42:33 2006
@@ -56,7 +56,7 @@
 USEDLIBS += \
        LLVMSelectionDAG \
        LLVMCodeGen \
-       LLVMTarget \
+       LLVMTarget.a \
        LLVMipa.a \
        LLVMTransforms.a \
        LLVMScalarOpts.a \



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

Reply via email to