[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:20:38 PDT 2020
jhenderson added a comment.
FWIW, I've never had any problems on my Windows 10 machine. I just checked and the NtfsDisableLastAccessUpdate value on my machine is 0x80000003, which appears to be being treated as 1, as the value isn't updated when I open it for example. The documentation seems to suggest that that registry key is for when listing a directory's contents. `fsutil behavior
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