Skip to content

Commit

Permalink
[TableGen] Improve a couple of descriptions in the command guide
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D91484
  • Loading branch information
Paul C. Anagnostopoulos committed Nov 15, 2020
1 parent fb58142 commit d4b3277
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions llvm/docs/CommandGuide/tblgen.rst
Expand Up @@ -32,7 +32,11 @@ General Options

.. option:: -help

Print a summary of command line options.
Print a description of the command line options.

.. option:: -help-list

Print a description of the command line options in a simple list format.

.. option:: -D=macroname

Expand Down Expand Up @@ -79,12 +83,16 @@ General Options

.. option:: -stats

Enable statistics output.
Print a report with any statistics collected by the backend.

.. option:: -time-phases

Time the parser and backend phases and print a report.

.. option:: -version

Show the version number of the program.

.. option:: -write-if-changed

Write the output file only if it is new or has changed.
Expand Down Expand Up @@ -301,11 +309,6 @@ llvm-tblgen Options

Print expanded sets for testing DAG exprs.

.. option:: -version

Show the version number of the program.


clang-tblgen Options
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit d4b3277

Please sign in to comment.