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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 22:13:46 PDT 2017


mehdi_amini added a comment.

LGTM.



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


https://reviews.llvm.org/D34547





More information about the llvm-commits mailing list