[PATCH] D111875: [Support] [Windows] Manually clean up temp files on network shares
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 19 23:47:06 PDT 2021
mstorsjo updated this revision to Diff 380862.
mstorsjo added a comment.
Moved to setting `DELETE` based on `FA_Write`, kept the old clause for `OF_Delete` too for clarity. Removed conditions around calling `setDeleteDisposition(false)` as the temp files are opened with the `DELETE` flag anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111875/new/
https://reviews.llvm.org/D111875
Files:
llvm/include/llvm/Support/FileSystem.h
llvm/lib/Support/Path.cpp
llvm/lib/Support/Windows/Path.inc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111875.380862.patch
Type: text/x-patch
Size: 4162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211020/62b33d73/attachment.bin>
More information about the llvm-commits
mailing list