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

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 22:25:10 PDT 2017


mehdi_amini 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
----------------
pcc wrote:
> 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.
Fair!
I'll let Teresa look and approve.


https://reviews.llvm.org/D34546





More information about the cfe-commits mailing list