xref: /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/clang-tblgen.rst (revision 73471bf04ceb096474c7f0fa83b1b65c70a787a1)
1clang-tblgen - Description to C++ Code for Clang
2================================================
3
4.. program:: clang-tblgen
5
6SYNOPSIS
7--------
8
9:program:`clang-tblgen` [*options*] [*filename*]
10
11
12DESCRIPTION
13-----------
14
15:program:`clang-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