[llvm-commits] CVS: llvm-stacker/lib/compiler/Makefile

2007-04-05 Thread Reid Spencer
Changes in directory llvm-stacker/lib/compiler: Makefile updated: 1.12 -> 1.13 --- Log message: Make this compile again by abandoning partially completed makefile work. --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm-stacker/lib/compiler/Ma

[llvm-commits] CVS: llvm-stacker/lib/compiler/Makefile

2007-03-29 Thread Reid Spencer
Changes in directory llvm-stacker/lib/compiler: Makefile updated: 1.11 -> 1.12 --- Log message: For PR789: http://llvm.org/PR789 : Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function

[llvm-commits] CVS: llvm-stacker/lib/compiler/Makefile

2007-02-04 Thread Reid Spencer
Changes in directory llvm-stacker/lib/compiler: Makefile updated: 1.10 -> 1.11 --- Log message: Make Stacker makefiles more compliant with LLVM standards. Fix linkage problems after libLLVMTransforms.a was removed. --- Diffs of the changes: (+8 -1) Makefile |9 - 1 files chang