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

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 11:58:28 PDT 2021


akhuang added a comment.

I think on Windows the RemoveFileOnSignal path doesn't always work when the process is killed, which causes temp files to be left sometimes (see https://reviews.llvm.org/D102736)


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