[PATCH] D85669: Fix "last accessed time" test failing on Windows

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 01:29:08 PDT 2020


jhenderson added a comment.

On further reading of the test and running on my machine, I'm not convinced that the full reasoning here is correct. `touch -a` does cause the access times on my machine to be updated, despite the registry setting, and the `-p` option preserves the value (and similarly without -p, the value gets changed when the file gets modified).

It's possible there is some system setting that's still involved, but I don't think it's the one you are saying it is. Could you dig further, please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85669



More information about the llvm-commits mailing list