[llvm] d4b3277 - [TableGen] Improve a couple of descriptions in the command guide
Paul C. Anagnostopoulos via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 15 07:00:32 PST 2020
Author: Paul C. Anagnostopoulos
Date: 2020-11-15T09:59:59-05:00
New Revision: d4b3277d8e96e781be47e78ed366116e201136d8
URL: https://github.com/llvm/llvm-project/commit/d4b3277d8e96e781be47e78ed366116e201136d8
DIFF: https://github.com/llvm/llvm-project/commit/d4b3277d8e96e781be47e78ed366116e201136d8.diff
LOG: [TableGen] Improve a couple of descriptions in the command guide
Differential Revision: https://reviews.llvm.org/D91484
Added:
Modified:
llvm/docs/CommandGuide/tblgen.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/tblgen.rst b/llvm/docs/CommandGuide/tblgen.rst
index 80febadd72e2..db2417120b59 100644
--- a/llvm/docs/CommandGuide/tblgen.rst
+++ b/llvm/docs/CommandGuide/tblgen.rst
@@ -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
@@ -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.
@@ -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
~~~~~~~~~~~~~~~~~~~~
More information about the llvm-commits
mailing list