summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
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.