[PATCH] D31045: LTO: Create temporary cache files in the cache directory instead of $TMPDIR.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 11:19:36 PDT 2017


mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

That's nice! LGTM.

I wonder though if we shouldn't have the cache pruning take a "blacklist" of patterns and ignore these files. I wouldn't want one linker process to delete temporary files from another one (Unlikely to happen I guess since LRU though).


https://reviews.llvm.org/D31045





More information about the llvm-commits mailing list