[PATCH] D129864: [Flang] Generate documentation for compiler flags
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 09:30:54 PDT 2022
awarzynski added a comment.
LGTM, thanks!
(feel free to address my [nit] when merging or ignore altogether)
================
Comment at: flang/docs/CMakeLists.txt:128
+ set(CLANG_TABLEGEN_EXE clang-tblgen)
+ gen_rst_file_from_td(FlangCommandLineReference.rst -gen-opt-docs ../include/flang/FlangOptionsDocs.td docs-flang-html)
----------------
[nit] This is a bit out of place without a comment :) Could you mention that this CMake variable is required in `clang_tablegen`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129864/new/
https://reviews.llvm.org/D129864
More information about the cfe-commits
mailing list