[llvm-commits] CVS: llvm/Makefile.rules

John Criswell criswell at cs.uiuc.edu
Thu Oct 27 08:55:02 PDT 2005



Changes in directory llvm:

Makefile.rules updated: 1.334 -> 1.335
---
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.rules |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.334 llvm/Makefile.rules:1.335
--- llvm/Makefile.rules:1.334	Wed Oct 26 15:35:01 2005
+++ llvm/Makefile.rules	Thu Oct 27 10:54:28 2005
@@ -617,7 +617,7 @@
   JIT_LIBS += LLVMAlpha LLVMSelectionDAG
 endif
 
-LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils LLVMAnalysis.a \
+LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils.a LLVMAnalysis.a \
             LLVMBCReader LLVMCore LLVMSupport.a LLVMTarget.a LLVMbzip2 \
             LLVMSystem.a $(PLATFORMLIBDL)
 endif






More information about the llvm-commits mailing list