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

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 25 10:54:30 PDT 2005



Changes in directory llvm:

Makefile.rules updated: 1.332 -> 1.333
---
Log message:

analyses after transformations


---
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.332 llvm/Makefile.rules:1.333
--- llvm/Makefile.rules:1.332	Sun Oct 23 21:21:45 2005
+++ llvm/Makefile.rules	Tue Oct 25 12:54:19 2005
@@ -617,7 +617,7 @@
   JIT_LIBS += LLVMAlpha LLVMSelectionDAG
 endif
 
-LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMAnalysis.a LLVMTransformUtils.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