File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
17
17
users of LLVM will not need to use this program. It is used only for writing
18
18
parts of the compiler.
19
19
20
- Please see :doc: `tblgen Family - Target Description to C++ Code<./tblgen> `
20
+ Please see :doc: `tblgen - Description to C++ Code<./tblgen> `
21
21
for a description of the *filename * argument and options, including the
22
22
options common to all :program: `*-tblgen ` programs.
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
17
17
users of LLVM will not need to use this program. It is used only for writing
18
18
parts of the compiler.
19
19
20
- Please see :doc: `tblgen Family - Target Description to C++ Code<./tblgen> `
20
+ Please see :doc: `tblgen - Description to C++ Code<./tblgen> `
21
21
for a description of the *filename * argument and options, including the
22
22
options common to all :program: `*-tblgen ` programs.
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
17
17
users of LLVM will not need to use this program. It is used only for writing
18
18
parts of the compiler.
19
19
20
- Please see :doc: `tblgen Family - Target Description to C++ Code<./tblgen> `
20
+ Please see :doc: `tblgen - Description to C++ Code<./tblgen> `
21
21
for a description of the *filename * argument and options, including the
22
22
options common to all :program: `*-tblgen ` programs.
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
17
17
users of LLVM will not need to use this program. It is used only for writing
18
18
parts of the compiler.
19
19
20
- Please see :doc: `tblgen Family - Target Description to C++ Code<./tblgen> `
20
+ Please see :doc: `tblgen - Description to C++ Code<./tblgen> `
21
21
for a description of the *filename * argument and options, including the
22
22
options common to all :program: `*-tblgen ` programs.
Original file line number Diff line number Diff line change 1
- tblgen Family - Description to C++ Code
2
- =======================================
1
+ tblgen - Description to C++ Code
2
+ ================================
3
3
4
4
.. program :: tblgen
5
5
@@ -22,10 +22,10 @@ description (``.td``) files into C++ code and other output formats. Most
22
22
users of LLVM will not need to use this program. It is used only for
23
23
writing parts of the compiler, debugger, and LLVM target backends.
24
24
25
- The details of the input and output of :program: `*-tblgen ` is beyond the
26
- scope of this short introduction; please see the :doc: `TableGen Overview
27
- <../TableGen/index>` for an introduction and for references to additional
28
- TableGen documents.
25
+ The details of the input and output of the :program: `*-tblgen ` programs is
26
+ beyond the scope of this short introduction; please see the :doc: `TableGen
27
+ Overview <../TableGen/index>` for an introduction and for references to
28
+ additional TableGen documents.
29
29
30
30
The *filename * argument specifies the name of the Target Description (``.td ``)
31
31
file that TableGen processes.
You can’t perform that action at this time.
0 commit comments