aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide/lldb-tblgen.rst')
-rw-r--r--llvm/docs/CommandGuide/lldb-tblgen.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lldb-tblgen.rst b/llvm/docs/CommandGuide/lldb-tblgen.rst
new file mode 100644
index 000000000000..a4a5633b47e0
--- /dev/null
+++ b/llvm/docs/CommandGuide/lldb-tblgen.rst
@@ -0,0 +1,22 @@
+lldb-tblgen - Description to C++ Code for LLDB
+==============================================
+
+.. program:: lldb-tblgen
+
+SYNOPSIS
+--------
+
+:program:`lldb-tblgen` [*options*] [*filename*]
+
+
+DESCRIPTION
+-----------
+
+:program:`lldb-tblgen` is a program that translates compiler-related target
+description (``.td``) files into C++ code and other output formats. Most
+users of LLVM will not need to use this program. It is used only for writing
+parts of the compiler.
+
+Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
+for a description of the *filename* argument and options, including the
+options common to all :program:`*-tblgen` programs.