[llvm-commits] [llvm] r167905 - /llvm/trunk/docs/subsystems.rst

Sean Silva silvas at purdue.edu
Tue Nov 13 17:49:24 PST 2012


Author: silvas
Date: Tue Nov 13 19:49:23 2012
New Revision: 167905

URL: http://llvm.org/viewvc/llvm-project?rev=167905&view=rev
Log:
docs: Fix Sphinx toctree warning.

Modified:
    llvm/trunk/docs/subsystems.rst

Modified: llvm/trunk/docs/subsystems.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/subsystems.rst?rev=167905&r1=167904&r2=167905&view=diff
==============================================================================
--- llvm/trunk/docs/subsystems.rst (original)
+++ llvm/trunk/docs/subsystems.rst Tue Nov 13 19:49:23 2012
@@ -18,6 +18,10 @@
    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>`_
     





More information about the llvm-commits mailing list