[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
Wed Nov 21 23:45:58 PST 2018


akyrtzi created this revision.
akyrtzi added reviewers: labath, zturner, aaron.ballman.
Herald added subscribers: llvm-commits, kristina, mgorny.

Adds nanosecond precision for the time reported for getLastAccessedTime() and getLastModificationTime() for unix platforms that support improved precision.


Repository:
  rL LLVM

https://reviews.llvm.org/D54826

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54826.175014.patch
Type: text/x-patch
Size: 5085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181122/21767d60/attachment.bin>


More information about the llvm-commits mailing list