[PATCH] D42446: [ThinLTO] Add a couple of more knobs to C API to control cache size.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 19:50:55 PST 2018


tejohnson added inline comments.


================
Comment at: tools/llvm-lto/llvm-lto.cpp:166
+static cl::opt<int>
+    ThinLTOCacheMaxSizeFiles("thinlto-cache-max-size-files", cl::init(100000), cl::desc("Set ThinLTO cache pruning directory maximum number of files."));
+
----------------
tejohnson wrote:
> line too long
default here is off by a factor of 10 from the default in CachePruning.h.


Repository:
  rL LLVM

https://reviews.llvm.org/D42446





More information about the llvm-commits mailing list