diff options
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r-- | docs/subsystems.rst | 5 |
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. |