[PATCH] D94962: [ThinLTO] Also prune Thin-* files from the ThinLTO cache

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 10:02:11 PST 2021


rnk added a comment.

Generally speaking, I think LLVM's temp file deletion isn't reliable on Windows. You can see this in your build directory, do `find . -iname '*.obj.tmp'`, and that (at least for me) shows many files left by clang-cl.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94962



More information about the llvm-commits mailing list