[PATCH] D81803: [Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn't reside on a local drive

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 08:31:49 PST 2021


sbc100 added a comment.

In D81803#2592409 <https://reviews.llvm.org/D81803#2592409>, @nikic wrote:

> Just FTR, this change had to be reverted in Rust's LLVM fork because it breaks compilation on Windows 7, see https://github.com/rust-lang/rust/issues/81051.

Emscripten users also seem to be effect by this.  Specifically windows 7 users are seeing link failure: "wasm-ld: error: failed to write the output file: permission denied".

https://github.com/emscripten-core/emscripten/issues/13067


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