summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 10:08:02 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 10:08:02 +0000
commita3a2eb08e1a2ab8e8138be05f9b03fc8f0d46fc0 (patch)
tree35cf71df2a7256079eb785c5194d318bc4b8ee46 /docs/subsystems.rst
parentdf870f584049edb95b95387c1b7515ec9bf730cb (diff)
downloadllvm-a3a2eb08e1a2ab8e8138be05f9b03fc8f0d46fc0.tar.gz
llvm-a3a2eb08e1a2ab8e8138be05f9b03fc8f0d46fc0.tar.bz2
llvm-a3a2eb08e1a2ab8e8138be05f9b03fc8f0d46fc0.tar.xz
Sphinxify the LTO document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index d7db6fcfce..ee0c2bedd0 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -7,6 +7,7 @@ Subsystem Documentation
:hidden:
AliasAnalysis
+ LinkTimeOptimization
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
@@ -61,7 +62,7 @@ Subsystem Documentation
This document describes the LLVM System Library (<tt>lib/System</tt>) and
how to keep LLVM source code portable
-* `Link Time Optimization <LinkTimeOptimization.html>`_
+* :ref:`lto`
This document describes the interface between LLVM intermodular optimizer
and the linker and its design