23 lines · plain
1llvm-tblgen - Target Description to C++ Code for LLVM2=====================================================3 4.. program:: llvm-tblgen5 6SYNOPSIS7--------8 9:program:`llvm-tblgen` [*options*] [*filename*]10 11 12DESCRIPTION13-----------14 15:program:`llvm-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