[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
Fri Jun 23 10:15:25 PDT 2017
pcc added inline comments.
================
Comment at: llvm/lib/Support/CachePruning.cpp:97
+ uint64_t Mult = 1;
+ switch (Value.back()) {
+ case 'k':
----------------
pcc wrote:
> mehdi_amini wrote:
> > `tolower()` could be user-friendly?
> Sure, makes sense.
Done in r306129 (forgot to commit it as part of this change).
Repository:
rL LLVM
https://reviews.llvm.org/D34547
More information about the llvm-commits
mailing list