[PATCH] D112376: [Support] [Windows] Use the regular RemoveFileOnSignal() mechanism on Windows too
Andrew Evstyukhin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 27 01:20:49 PDT 2021
andrewevstyukhin added a comment.
Hi,
in https://reviews.llvm.org/D81803 I showed that `is_local_internal` had no chances to execute because
if (std::error_code EC = realPathFromHandle(Handle, FinalPath))
failed with error 40 (ERROR_INVALID_FUNCTION, **function_not_supported**). This happens at RAM-disk https://sourceforge.net/projects/imdisk-toolkit/.
Currently emscripten versions 2.0.9+ couldn't pass tests at RAM-disk and versions 2.0.19+ couldn't even link anything when temporaries are at RAM-disk.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112376/new/
https://reviews.llvm.org/D112376
More information about the llvm-commits
mailing list