[PATCH] D34547: Add a ThinLTO cache policy for controlling the maximum cache size in bytes.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 22:23:15 PDT 2017


pcc added inline comments.


================
Comment at: llvm/lib/Support/CachePruning.cpp:97
+      uint64_t Mult = 1;
+      switch (Value.back()) {
+      case 'k':
----------------
mehdi_amini wrote:
> `tolower()` could be user-friendly?
Sure, makes sense.


https://reviews.llvm.org/D34547





More information about the llvm-commits mailing list