diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-21 06:58:24 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-21 06:58:24 +0000 |
commit | b5c7aa515e4ad7438dafecc2ed56476b223cef9a (patch) | |
tree | f202ca274c895680ba0d9c0e6a9f17a78639836e /llvm/docs/subsystems.rst | |
parent | 90b2a4cbad1d89ed56793ecf375af7e4161cc6f4 (diff) | |
download | bcm5719-llvm-b5c7aa515e4ad7438dafecc2ed56476b223cef9a.tar.gz bcm5719-llvm-b5c7aa515e4ad7438dafecc2ed56476b223cef9a.zip |
Sphinxify the tablegen document.
llvm-svn: 158903
Diffstat (limited to 'llvm/docs/subsystems.rst')
-rw-r--r-- | llvm/docs/subsystems.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst index 9ceb8424204..e643e7d4f31 100644 --- a/llvm/docs/subsystems.rst +++ b/llvm/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. |