[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttributor (#94647)
[llvm-project.git] / llvm / docs / CommandGuide / lldb-tblgen.rst
bloba4a5633b47e01f9db388ceebc589f154845192f0
1 lldb-tblgen - Description to C++ Code for LLDB
2 ==============================================
4 .. program:: lldb-tblgen
6 SYNOPSIS
7 --------
9 :program:`lldb-tblgen` [*options*] [*filename*]
12 DESCRIPTION
13 -----------
15 :program:`lldb-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.