1llvm-tblgen - Target Description to C++ Code for LLVM 2===================================================== 3 4.. program:: llvm-tblgen 5 6SYNOPSIS 7-------- 8 9:program:`llvm-tblgen` [*options*] [*filename*] 10 11 12DESCRIPTION 13----------- 14 15:program:`llvm-tblgen` is a program that translates compiler-related target 16description (``.td``) files into C++ code and other output formats. Most 17users of LLVM will not need to use this program. It is used only for writing 18parts of the compiler. 19 20Please see :doc:`tblgen - Description to C++ Code<./tblgen>` 21for a description of the *filename* argument and options, including the 22options common to all :program:`*-tblgen` programs. 23