summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-21 06:58:24 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-21 06:58:24 +0000
commitbd96e0de3fb68b7c8587fed84b4233fc5aeb177a (patch)
tree8ceaf376c02f69219716999397b6255e775149bb /docs/subsystems.rst
parentdc13d2ed2feb3fd9d4953a1dd49d6a93d6867bc5 (diff)
downloadllvm-bd96e0de3fb68b7c8587fed84b4233fc5aeb177a.tar.gz
llvm-bd96e0de3fb68b7c8587fed84b4233fc5aeb177a.tar.bz2
llvm-bd96e0de3fb68b7c8587fed84b4233fc5aeb177a.tar.xz
Sphinxify the tablegen document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158903 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 9ceb842420..e643e7d4f3 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -10,6 +10,7 @@ Subsystem Documentation
BranchWeightMetadata
LinkTimeOptimization
SegmentedStacks
+ TableGenFundamentals
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
@@ -25,8 +26,8 @@ Subsystem Documentation
working on retargetting LLVM to a new architecture, designing a new codegen
pass, or enhancing existing components.
-* `TableGen Fundamentals <TableGenFundamentals.html>`_
-
+* :ref:`tablegen`
+
Describes the TableGen tool, which is used heavily by the LLVM code
generator.