[PATCH] D18422: Add Cache Pruning support
Bruno Cardoso Lopes via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 11:08:26 PDT 2016
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