[PATCH] D18422: Add Cache Pruning support

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 10:05:44 PDT 2016


This is copy-pasted-adapted from module pruning. I plan to refactor module pruning to use this at some point.

> On Mar 24, 2016, at 9:51 AM, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote:
> 
> bruno added a subscriber: bruno.
> bruno added a comment.
> 
> It might be worth looking at how clang implements pruning for old modules. The option in question is -fmodules-prune-interval.
> 
> 
> http://reviews.llvm.org/D18422
> 
> 
> 



More information about the llvm-commits mailing list