[llvm] 175b881 - [TableGen] [docs] Change title of tblgen.rst to fix man page filename

Paul C. Anagnostopoulos via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 06:39:22 PDT 2021


Author: Paul C. Anagnostopoulos
Date: 2021-04-09T09:37:56-04:00
New Revision: 175b8819f2eacb1dbf5a8ed361052b6b376e9405

URL: https://github.com/llvm/llvm-project/commit/175b8819f2eacb1dbf5a8ed361052b6b376e9405
DIFF: https://github.com/llvm/llvm-project/commit/175b8819f2eacb1dbf5a8ed361052b6b376e9405.diff

LOG: [TableGen] [docs] Change title of tblgen.rst to fix man page filename

Added: 
    

Modified: 
    llvm/docs/CommandGuide/clang-tblgen.rst
    llvm/docs/CommandGuide/lldb-tblgen.rst
    llvm/docs/CommandGuide/llvm-tblgen.rst
    llvm/docs/CommandGuide/mlir-tblgen.rst
    llvm/docs/CommandGuide/tblgen.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/clang-tblgen.rst b/llvm/docs/CommandGuide/clang-tblgen.rst
index e763409412ff3..9a1ce8de0c361 100644
--- a/llvm/docs/CommandGuide/clang-tblgen.rst
+++ b/llvm/docs/CommandGuide/clang-tblgen.rst
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
 users of LLVM will not need to use this program. It is used only for writing
 parts of the compiler.
 
-Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
+Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
 for a description of the *filename* argument and options, including the
 options common to all :program:`*-tblgen` programs.

diff  --git a/llvm/docs/CommandGuide/lldb-tblgen.rst b/llvm/docs/CommandGuide/lldb-tblgen.rst
index b97275f0ce4ca..a4a5633b47e01 100644
--- a/llvm/docs/CommandGuide/lldb-tblgen.rst
+++ b/llvm/docs/CommandGuide/lldb-tblgen.rst
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
 users of LLVM will not need to use this program. It is used only for writing
 parts of the compiler.
 
-Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
+Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
 for a description of the *filename* argument and options, including the
 options common to all :program:`*-tblgen` programs.

diff  --git a/llvm/docs/CommandGuide/llvm-tblgen.rst b/llvm/docs/CommandGuide/llvm-tblgen.rst
index cd7a2573f70ee..1e8ff8bf6e3e2 100644
--- a/llvm/docs/CommandGuide/llvm-tblgen.rst
+++ b/llvm/docs/CommandGuide/llvm-tblgen.rst
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
 users of LLVM will not need to use this program. It is used only for writing
 parts of the compiler.
 
-Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
+Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
 for a description of the *filename* argument and options, including the
 options common to all :program:`*-tblgen` programs.

diff  --git a/llvm/docs/CommandGuide/mlir-tblgen.rst b/llvm/docs/CommandGuide/mlir-tblgen.rst
index 6eab7a8f547f6..e4cb2f3bfaf02 100644
--- a/llvm/docs/CommandGuide/mlir-tblgen.rst
+++ b/llvm/docs/CommandGuide/mlir-tblgen.rst
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
 users of LLVM will not need to use this program. It is used only for writing
 parts of the compiler.
 
-Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
+Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
 for a description of the *filename* argument and options, including the
 options common to all :program:`*-tblgen` programs.

diff  --git a/llvm/docs/CommandGuide/tblgen.rst b/llvm/docs/CommandGuide/tblgen.rst
index 416c422de31ca..a7c254901392a 100644
--- a/llvm/docs/CommandGuide/tblgen.rst
+++ b/llvm/docs/CommandGuide/tblgen.rst
@@ -1,5 +1,5 @@
-tblgen Family - Description to C++ Code
-=======================================
+tblgen - Description to C++ Code
+================================
 
 .. program:: tblgen
 
@@ -22,10 +22,10 @@ description (``.td``) files into C++ code and other output formats. Most
 users of LLVM will not need to use this program. It is used only for
 writing parts of the compiler, debugger, and LLVM target backends.
 
-The details of the input and output of :program:`*-tblgen` is beyond the
-scope of this short introduction; please see the :doc:`TableGen Overview
-<../TableGen/index>` for an introduction and for references to additional
-TableGen documents.
+The details of the input and output of the :program:`*-tblgen` programs is
+beyond the scope of this short introduction; please see the :doc:`TableGen
+Overview <../TableGen/index>` for an introduction and for references to
+additional TableGen documents.
 
 The *filename* argument specifies the name of the Target Description (``.td``)
 file that TableGen processes.


        


More information about the llvm-commits mailing list