[PATCH] D112376: [Support] [Windows] Use the regular RemoveFileOnSignal() mechanism on Windows too

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 24 14:10:16 PDT 2021


mstorsjo updated this revision to Diff 381799.
mstorsjo added a comment.

Fixed lld/test/ELF/link-open-file.test (renaming over a currently open file) by keeping more of the Windows specific renaming logic (using `rename_handle` instead of plain `rename`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112376/new/

https://reviews.llvm.org/D112376

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: D112376.381799.patch
Type: text/x-patch
Size: 5424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211024/1792d8d2/attachment.bin>


More information about the llvm-commits mailing list