[PATCH] D45546: [CachePruning] Clarify the per-directory entry limit on Linux ext4.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 15:25:52 PDT 2018


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

Close enough.



================
Comment at: include/llvm/Support/CachePruning.h:55
   /// This defaults to 1000000 because with that many files there are
-  /// diminishing returns on the effectiveness of the cache, and file
-  /// systems have a limit on total number of files.
+  /// diminishing returns on the effectiveness of the cache. Some systems have
+  /// a limit on total number of files.
----------------
Remove sentence as it is duplicated below.


Repository:
  rL LLVM

https://reviews.llvm.org/D45546





More information about the llvm-commits mailing list