aboutsummaryrefslogtreecommitdiffstats
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-01 12:13:48 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-01 12:13:48 +0000
commit91cb694fd7473fc95d0e0b6f5c6bd52818339e02 (patch)
treeebed5e4ec52b7ed6d956063d7405b07e72b2e29d /docs/subsystems.rst
parent4d45b68c1beadeafffd7df30a28af71b1c82e84e (diff)
downloadexternal_llvm-91cb694fd7473fc95d0e0b6f5c6bd52818339e02.zip
external_llvm-91cb694fd7473fc95d0e0b6f5c6bd52818339e02.tar.gz
external_llvm-91cb694fd7473fc95d0e0b6f5c6bd52818339e02.tar.bz2
Documentation: convert WritingAnLLVMBackend.html to reST
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169087 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 35d7b81..f863d1f 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -21,6 +21,7 @@ Subsystem Documentation
HowToUseInstrMappings
SystemLibrary
SourceLevelDebugging
+ WritingAnLLVMBackend
.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
under LangRef's toctree instead of this page's toctree.
@@ -29,8 +30,8 @@ Subsystem Documentation
Information on how to write LLVM transformations and analyses.
-* `Writing an LLVM Backend <WritingAnLLVMBackend.html>`_
-
+* :doc:`WritingAnLLVMBackend`
+
Information on how to write LLVM backends for machine targets.
* :ref:`code_generator`