[PATCH] D62875: [GWP-ASan] Add public-facing documentation [6].
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 11:38:43 PDT 2019
hctim added a comment.
In D62875#1639703 <https://reviews.llvm.org/D62875#1639703>, @rupprecht wrote:
> The docs don't build and rL369554 <https://reviews.llvm.org/rL369554> doesn't fully fix it
>
> $ ninja docs-llvm-html
> [1/1] Generating html Sphinx documentation
> FAILED: docs/CMakeFiles/docs-llvm-html
>
> Warning, treated as error:
> llvm/docs/GwpAsan.rst:document isn't included in any toctree
> ninja: build stopped: subcommand failed.
>
>
> Submitted rL369556 <https://reviews.llvm.org/rL369556> to temporarily make docs build again. However that basically suppresses the warning; you likely want to put it in a toctree instead of making it an orphan doc, e.g. https://reviews.llvm.org/D66183#change-D4KqPHFormwF
Solved in rL369560 <https://reviews.llvm.org/rL369560>. Thanks!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62875/new/
https://reviews.llvm.org/D62875
More information about the llvm-commits
mailing list