[PATCH] D136651: [Clang] Give Clang the ability to use a shared stat cache
Frederic Riss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 16:06:18 PST 2023
friss added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136651/new/
https://reviews.llvm.org/D136651
More information about the llvm-commits
mailing list