[PATCH] D39464: Define fs::allocate_file which preallocates disk blocks.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 15:25:57 PST 2017


ruiu updated this revision to Diff 122167.
ruiu added a comment.

- Rename resize_file allocate_file
- Make FileOutputBuffer to use allocate_file instead of resize_file


https://reviews.llvm.org/D39464

Files:
  llvm/include/llvm/Support/FileSystem.h
  llvm/lib/Support/FileOutputBuffer.cpp
  llvm/lib/Support/Unix/Path.inc
  llvm/lib/Support/Windows/Path.inc
  llvm/unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39464.122167.patch
Type: text/x-patch
Size: 5446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/a3467e5e/attachment.bin>


More information about the llvm-commits mailing list