[PATCH] D99212: [Support] Fix Windows 7 path handling
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 06:50:08 PDT 2021
aganea added a comment.
In D99212#2646852 <https://reviews.llvm.org/D99212#2646852>, @jhenderson wrote:
> Looks reasonable to me. I guess this means that on Windows 7 we might end up with temp files kicking around afterwards?
There's no behavior specific to Windows 7, only this workaround to ensure the code works on both systems (Win 7 & 10). Temp files will remain on disk only if we're writing to a network drive, and only if the target file isn't renamed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99212/new/
https://reviews.llvm.org/D99212
More information about the llvm-commits
mailing list