workflows: Fix typo in pr-subscriber
[llvm-project.git] / llvm / docs / CommandGuide / clang-tblgen.rst
blob9a1ce8de0c36113221ec5889b5d0d661323be38b
1 clang-tblgen - Description to C++ Code for Clang
2 ================================================
4 .. program:: clang-tblgen
6 SYNOPSIS
7 --------
9 :program:`clang-tblgen` [*options*] [*filename*]
12 DESCRIPTION
13 -----------
15 :program:`clang-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.