[llvm-commits] CVS: llvm/lib/Transforms/Utils/Makefile

2005-10-26 Thread John Criswell
Changes in directory llvm/lib/Transforms/Utils: Makefile updated: 1.6 -> 1.7 --- Log message: 1. Remove libraries no longer created from the list of libraries linked into the SparcV9 JIT. 2. Make LLVMTransformUtils a relinked object file and always link it before LLVMAnalysis.a. These tw

[llvm-commits] CVS: llvm/lib/Transforms/Utils/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: Makefile updated: 1.5 -> 1.6 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Transforms/Utils/Makefile diff -u

[llvm-commits] CVS: llvm/lib/Transforms/Utils/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: Makefile updated: 1.4 -> 1.5 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions