Changes in directory llvm/tools/llc:

Makefile updated: 1.76 -> 1.77
---
Log message:

Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which provides any missing definitions.



---
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.76 llvm/tools/llc/Makefile:1.77
--- llvm/tools/llc/Makefile:1.76        Wed Oct 26 15:35:12 2005
+++ llvm/tools/llc/Makefile     Thu Oct 27 10:54:34 2005
@@ -70,7 +70,7 @@
        LLVMipa.a \
        LLVMTransforms.a \
        LLVMScalarOpts.a \
-       LLVMTransformUtils \
+       LLVMTransformUtils.a \
        LLVMAnalysis.a \
        LLVMBCReader \
        LLVMBCWriter \



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

Reply via email to