workflows: Fix typo in pr-subscriber
[llvm-project.git] / llvm / docs / CommandGuide / mlir-tblgen.rst
blobe4cb2f3bfaf0248a7c3b8a336f6b0440dd817640
1 mlir-tblgen - Description to C++ Code for MLIR
2 ==============================================
4 .. program:: mlir-tblgen
6 SYNOPSIS
7 --------
9 :program:`mlir-tblgen` [*options*] [*filename*]
12 DESCRIPTION
13 -----------
15 :program:`mlir-tblgen` is a program that translates compiler-related target
16 description (``.td``) files into C++ code and other output formats. Most
17 users of LLVM will not need to use this program. It is used only for writing
18 parts of the compiler.
20 Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
21 for a description of the *filename* argument and options, including the
22 options common to all :program:`*-tblgen` programs.