[PATCH] D51006: LTO: make tempfiles in LTO cache subject to pruning

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 16:23:41 PDT 2018


pcc added a comment.

Hmm, I was aware of those races, but it's a little surprising that they would be the cause of a significant number of files being left around (since the files exist with their temporary names for the duration that the LLVM backend is running). I could buy that the Windows filesystem is slow enough that the sum of the racy windows would make up a significant fraction of that time, though.


https://reviews.llvm.org/D51006





More information about the llvm-commits mailing list