[PATCH] D101323: [AIX] Avoid use of mtim.tv_nsec member of stat structure on AIX
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 14:44:26 PDT 2021
jsji accepted this revision as: jsji.
jsji added inline comments.
================
Comment at: llvm/cmake/config-ix.cmake:285
+# The st_mtim.tv_nsec member of a `stat` structure is not reliable on some AIX
+# environments.
+ set(HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 0)
----------------
Maybe add a warning here about we are forcing it to 0?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101323/new/
https://reviews.llvm.org/D101323
More information about the llvm-commits
mailing list