[PATCH] D81803: [Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn't reside on a local drive
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 10 01:24:32 PST 2021
jhenderson added a comment.
In D81803#2613308 <https://reviews.llvm.org/D81803#2613308>, @jhenderson wrote:
> FWIW, we've got a downstream user who has run into an issue on our LLVM 10 based toolchain, which looks likely to benefit from this fix as-is (we're still waiting on confirmation, as we don't have access to a Mach-O machine needed to reproduce the issue they were seeing).
Just to update that the downstream user has now confirmed that they don't see the issue with the LLVM 12 rc2 (but do with previous LLVM versions), presumably due to the fix here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81803/new/
https://reviews.llvm.org/D81803
More information about the llvm-commits
mailing list