[PATCH] D47266: Update thin-lto cache file atimes when on windows
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 29 10:11:14 PDT 2018
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Support/Windows/Path.inc:1117
+ DWORD LastError = ::GetLastError();
+ return errorCodeToError(mapWindowsError(LastError));
+ }
----------------
Close the file handle here.
https://reviews.llvm.org/D47266
More information about the llvm-commits
mailing list