[PATCH] D85669: Fix "last accessed time" test failing on Windows
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 04:58:32 PDT 2020
aganea added a comment.
In D85669#2212552 <https://reviews.llvm.org/D85669#2212552>, @jhenderson wrote:
> Okay, thanks. Looks like there's more values than are actually documented. Out of interest, what does `fsutil behavior disablelastaccess` say for you?
D:\llvm-project>fsutil behavior query disablelastaccess
DisableLastAccess = 2 (Géré par le système, désactivé)
Despite `NtfsDisableLastAccessUpdate` being `0x80000002` in the registry. This link has more information about the meaning of the value: https://dfir.ru/2018/12/08/the-last-access-updates-are-almost-back/
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