summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
commitb64f020a30427e90a05530f8b20f1bddd1ab9e0a (patch)
tree9c60ef5b98080ca4d953d31238d8946656bf69e6 /docs/subsystems.rst
parent44581afacc7afc5e4e6cb8ffa14d337cf54a279f (diff)
downloadllvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.gz
llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.bz2
llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.xz
Documentation: convert WritingAnLLVMPass.html to reST.
Patch by Anthony Mykhailenko with small fixes by me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 275955be6e..6c21d335af 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -23,14 +23,15 @@ Subsystem Documentation
SourceLevelDebugging
WritingAnLLVMBackend
GarbageCollection
+ WritingAnLLVMPass
.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
under LangRef's toctree instead of this page's toctree.
-* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
-
+* :doc:`WritingAnLLVMPass`
+
Information on how to write LLVM transformations and analyses.
-
+
* :doc:`WritingAnLLVMBackend`
Information on how to write LLVM backends for machine targets.