From c35ce700fe897d135ed91a6317da914e3c1fec27 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 14 Nov 2012 01:49:23 +0000 Subject: [PATCH] docs: Fix Sphinx toctree warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167905 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/subsystems.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/subsystems.rst b/docs/subsystems.rst index 80d0eed6633..1c4fd232deb 100644 --- a/docs/subsystems.rst +++ b/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 `_