[PATCH] D34546: docs: Add documentation for the ThinLTO cache pruning policy string.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 22:21:20 PDT 2017


pcc added inline comments.


================
Comment at: clang/docs/ThinLTO.rst:160
+  value of 0 forces the scan to occur. The default is every 20 minutes.
+
 Clang Bootstrap
----------------
mehdi_amini wrote:
> Why do we document linker-specific option in clang docs? Is it usual?
It does seem a little odd, but it's in the same place as the other linker-specific options above. I was also imagining that we would eventually make this into a clang driver option (similar to the cache location as you mentioned in D30522). At that point the clang docs would indeed be the right place to document it.


https://reviews.llvm.org/D34546





More information about the cfe-commits mailing list