1 clang-tblgen - Description to C++ Code for Clang
2 ================================================
4 .. program:: clang-tblgen
9 :program:`clang-tblgen` [*options*] [*filename*]
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.