summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/OptRSTEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [TableGen] Fixed 'unused but set variable' warning. NFCIDávid Bolvanský2019-11-241-2/+0
|
* [TableGen] Add backend to generate command guide for tools using libOption.Jonas Devlieghere2019-11-221-0/+88
For lldb and dsymutil, the command guide is essentially a copy of its help output generated by libOption. Making sure the two stay in sync is tedious and error prone. Given that we already generate the help from a tablegen file, we might as well generate the RST as well. This adds a tablegen backend for generating Sphinx/RST command guides from the tablegen file. Differential revision: https://reviews.llvm.org/D70610
OpenPOWER on IntegriCloud