1lldb-tblgen - Description to C++ Code for LLDB 2============================================== 3 4.. program:: lldb-tblgen 5 6SYNOPSIS 7-------- 8 9:program:`lldb-tblgen` [*options*] [*filename*] 10 11 12DESCRIPTION 13----------- 14 15:program:`lldb-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