[PATCH] D54826: [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 26 22:03:53 PST 2018
thakis added inline comments.
================
Comment at: llvm/trunk/include/llvm/Config/config.h.cmake:215
+/* Define to 1 if stat struct has st_mtim member. */
+#cmakedefine HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC}
+
----------------
Putting this in the middle of the HAVE_SYS_ defines is a bit of a surprising place. Maybe put it above all the HAVE_SYS_ thingies so that it's at least locally alphabetical?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54826/new/
https://reviews.llvm.org/D54826
More information about the llvm-commits
mailing list