Changes in directory llvm/tools/llc:

Makefile updated: 1.73 -> 1.74
---
Log message:

pull in the archive version of this lib to reduce exe size


---
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.73 llvm/tools/llc/Makefile:1.74
--- llvm/tools/llc/Makefile:1.73        Wed Jun  8 17:32:51 2005
+++ llvm/tools/llc/Makefile     Sun Oct 23 20:13:21 2005
@@ -69,7 +69,7 @@
        LLVMTarget.a \
        LLVMipa.a \
        LLVMTransforms.a \
-       LLVMScalarOpts \
+       LLVMScalarOpts.a \
        LLVMAnalysis.a \
        LLVMTransformUtils.a \
        LLVMBCReader \



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

Reply via email to