1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[TableGen] Improve a couple of descriptions in the command guide

Differential Revision: https://reviews.llvm.org/D91484
This commit is contained in:
Paul C. Anagnostopoulos 2020-11-14 16:11:15 -05:00
parent 9dd51839f7
commit af5277fb13

View File

@ -32,7 +32,11 @@ General Options
.. option:: -help .. 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 .. option:: -D=macroname
@ -79,12 +83,16 @@ General Options
.. option:: -stats .. option:: -stats
Enable statistics output. Print a report with any statistics collected by the backend.
.. option:: -time-phases .. option:: -time-phases
Time the parser and backend phases and print a report. Time the parser and backend phases and print a report.
.. option:: -version
Show the version number of the program.
.. option:: -write-if-changed .. option:: -write-if-changed
Write the output file only if it is new or has changed. Write the output file only if it is new or has changed.
@ -301,11 +309,6 @@ llvm-tblgen Options
Print expanded sets for testing DAG exprs. Print expanded sets for testing DAG exprs.
.. option:: -version
Show the version number of the program.
clang-tblgen Options clang-tblgen Options
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~