[PATCH] D136651: [Clang] Give Clang the ability to use a shared stat cache

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 18 16:09:10 PST 2023


lebedev.ri added a comment.

In D136651#4063818 <https://reviews.llvm.org/D136651#4063818>, @friss wrote:

> In D136651#4063632 <https://reviews.llvm.org/D136651#4063632>, @lebedev.ri wrote:
>
>> In D136651#4063597 <https://reviews.llvm.org/D136651#4063597>, @friss wrote:
>>
>>> In D136651#4060071 <https://reviews.llvm.org/D136651#4060071>, @lebedev.ri wrote:
>>>
>>>> Docs still missing.
>>>
>>> Sorry @lebedev.ri I missed your earlier comment about this. What format of doc would you like to see? A more elaborate comment in the tool's source or something else?
>>
>> Right now it's impossible to discover that tool unless you already know it exists (or it's mentioned in some xcode doc, i guess)
>> It should have it's own description in it's `--help`, and ideally an `.rst` documentation page in `docs`.
>
> I have no issue adding a more detailed help text. The documentation page seems somewhat overkill, but I guess I could be convinced otherwise. You need a fairly special build environment for this to make a difference and I'm not sure it's broadly applicable. You also need good build system integration to make it practical.

... and all of that knowledge seems to be missing from the current docs, which is why i'm asking in the first place.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136651/new/

https://reviews.llvm.org/D136651



More information about the cfe-commits mailing list