[llvm-commits] CVS: llvm-stacker/Makefile.common.in
Reid Spencer
reid at x10sys.com
Thu Mar 29 12:06:31 PDT 2007
Changes in directory llvm-stacker:
Makefile.common.in updated: 1.3 -> 1.4
---
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 accordingly. Also, fix some memory issues in sys::Path.
---
Diffs of the changes: (+1 -1)
Makefile.common.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-stacker/Makefile.common.in
diff -u llvm-stacker/Makefile.common.in:1.3 llvm-stacker/Makefile.common.in:1.4
--- llvm-stacker/Makefile.common.in:1.3 Sun Feb 4 16:25:16 2007
+++ llvm-stacker/Makefile.common.in Thu Mar 29 14:05:44 2007
@@ -26,4 +26,4 @@
PROJ_INSTALL_ROOT := @prefix@
# Include LLVM's Master Makefile.
-include $(LLVM_OBJ_ROOT)/Makefile.common
+include $(LLVM_OBJ_ROOT)/Makefile.config
More information about the llvm-commits
mailing list