[PATCH] D80395: HowToReleaseLLVM: Clean up document and remove references to SVN
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 09:47:02 PDT 2020
hans added inline comments.
================
Comment at: llvm/docs/HowToReleaseLLVM.rst:317
mainline into the release branch.
.. _tag:
----------------
tstellar wrote:
> hans wrote:
> > One thing that's easy to miss is that some docs must be generated. This is my go-to command for that:
> >
> >
> > ```
> > bin/clang-tblgen -gen-diag-docs -I../clang/include \
> > -I../clang/include/clang/Basic/ \
> > ../clang/include/clang/Basic/Diagnostic.td -o \
> > ../clang/docs/DiagnosticsReference.rst && \
> > bin/clang-tblgen -gen-attr-docs -I../clang/include \
> > ../clang/include/clang/Basic/Attr.td -o \
> > ../clang/docs/AttributeReference.rst && \
> > bin/clang-tblgen -gen-opt-docs -I../clang/include \
> > -I../clang/include/clang/Driver -I../llvm/include \
> > ../clang/include/clang/Driver/ClangOptionDocs.td -o \
> > ../clang/docs/ClangCommandLineReference.rst
> >
> > ```
> I fixed this in trunk, so this should not be needed any more (LLVM 11+).
Oooh, that's excellent, thanks! (For anyone following along, that was D72875).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80395/new/
https://reviews.llvm.org/D80395
More information about the llvm-commits
mailing list