diff options
-rw-r--r-- | llvm/docs/subsystems.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst index 80d0eed6633..1c4fd232deb 100644 --- a/llvm/docs/subsystems.rst +++ b/llvm/docs/subsystems.rst @@ -18,6 +18,10 @@ Subsystem Documentation DebuggingJITedCode GoldPlugin MarkedUpDisassembly + HowToUseInstrMappings + +.. 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>`_ |