23 lines · plain
1clang-tblgen - Description to C++ Code for Clang2================================================3 4.. program:: clang-tblgen5 6SYNOPSIS7--------8 9:program:`clang-tblgen` [*options*] [*filename*]10 11 12DESCRIPTION13-----------14 15:program:`clang-tblgen` is a program that translates compiler-related target16description (``.td``) files into C++ code and other output formats. Most17users of LLVM will not need to use this program. It is used only for writing18parts of the compiler.19 20Please see :doc:`tblgen - Description to C++ Code<./tblgen>`21for a description of the *filename* argument and options, including the22options common to all :program:`*-tblgen` programs.23