[PATCH] D18422: Add Cache Pruning support

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 11:14:57 PDT 2016


I plan on adding this to sys::fs::file_status indeed, hopefully it is not too hard and this patch can wait for it.


> On Mar 24, 2016, at 11:08 AM, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote:
> 
> bruno added a comment.
> 
> Not that it should block your progress here, but at some point sys::fs::file_status should be augmented with this info. Can you add a FIXME above the ::stat call and mention that?
> 
> 
> ================
> Comment at: include/llvm/Support/CachePruning.h:1
> @@ +1,2 @@
> +//=- CachePruning.h - Helper to nanage the pruning of a cache dir -*- C++ -*-=//
> +//
> ----------------
> nanage => manage
> 
> ================
> Comment at: lib/Support/CachePruning.cpp:1
> @@ +1,2 @@
> +//===-CachePruning.cpp - LLVM Cache Director Pruning ----------------------===//
> +//
> ----------------
> Director -> Directory
> 
> 
> http://reviews.llvm.org/D18422
> 
> 
> 



More information about the llvm-commits mailing list