[PATCH] D62875: [GWP-ASan] Add public-facing documentation [6].

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 11:14:02 PDT 2019


rupprecht added a comment.

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


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