[PATCH] D80395: HowToReleaseLLVM: Clean up document and remove references to SVN

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 07:34:09 PDT 2020


tstellar marked an inline comment as done.
tstellar added inline comments.


================
Comment at: llvm/docs/HowToReleaseLLVM.rst:317
 mainline into the release branch.
 
 .. _tag:
----------------
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+).


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