diff options
Diffstat (limited to 'llvm/docs/subsystems.rst')
-rw-r--r-- | llvm/docs/subsystems.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst index 275955be6ea..6c21d335af9 100644 --- a/llvm/docs/subsystems.rst +++ b/llvm/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. |