[PATCH] D54826: [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms

Argyrios Kyrtzidis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 25 14:02:09 PST 2018


akyrtzi updated this revision to Diff 175182.
akyrtzi edited the summary of this revision.
akyrtzi added a comment.

- Change `#cmakedefine01` to `#cmakedefine` for consistency.
- Add comments to `getLastAccessedTime()`/ `getLastModificationTime()` APIs to make sure people are aware that time resolution can differ among file systems.
- Improve commit summary.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54826/new/

https://reviews.llvm.org/D54826

Files:
  cmake/config-ix.cmake
  include/llvm/Config/config.h.cmake
  include/llvm/Support/Chrono.h
  include/llvm/Support/FileSystem.h
  lib/Support/Unix/Path.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54826.175182.patch
Type: text/x-patch
Size: 6405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181125/9f9fa57c/attachment.bin>


More information about the llvm-commits mailing list