[PATCH] D90186: [TableGen] Update xxx-tblgen command document

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 27 06:13:07 PDT 2021


aaronpuchert added a comment.

This generates a man page for `xxx-tblgen`, though arguably no such tool exists.

Couldn't we make this build a man page for `llvm-tblgen` and then create symlinks from `clang-tblgen` and `mlir-tblgen`? Probably not easy, at least I can't find anything right now about how to do this with Sphinx.

But perhaps we could at least go back to the original title `tblgen`, which matches the file name and doesn't require a user to infer that `xxx` is a placeholder?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90186/new/

https://reviews.llvm.org/D90186



More information about the llvm-commits mailing list