[llvm-commits] [llvm] r164282 - in /llvm/trunk/docs: DebuggingJITedCode.rst subsystems.rst

Sean Silva silvas at purdue.edu
Wed Sep 19 20:20:53 PDT 2012


Author: silvas
Date: Wed Sep 19 22:20:53 2012
New Revision: 164282

URL: http://llvm.org/viewvc/llvm-project?rev=164282&view=rev
Log:
Fix Sphinx warnings.

Toctree was not being interlinked properly.

Modified:
    llvm/trunk/docs/DebuggingJITedCode.rst
    llvm/trunk/docs/subsystems.rst

Modified: llvm/trunk/docs/DebuggingJITedCode.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DebuggingJITedCode.rst?rev=164282&r1=164281&r2=164282&view=diff
==============================================================================
--- llvm/trunk/docs/DebuggingJITedCode.rst (original)
+++ llvm/trunk/docs/DebuggingJITedCode.rst Wed Sep 19 22:20:53 2012
@@ -1,11 +1,11 @@
 .. _debugging-jited-code:
 
-.. sectionauthor:: Reid Kleckner and Eli Bendersky
-
 ==============================
 Debugging JIT-ed Code With GDB
 ==============================
 
+.. sectionauthor:: Reid Kleckner and Eli Bendersky
+
 Background
 ==========
 

Modified: llvm/trunk/docs/subsystems.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/subsystems.rst?rev=164282&r1=164281&r2=164282&view=diff
==============================================================================
--- llvm/trunk/docs/subsystems.rst (original)
+++ llvm/trunk/docs/subsystems.rst Wed Sep 19 22:20:53 2012
@@ -15,6 +15,7 @@
    LinkTimeOptimization
    SegmentedStacks
    TableGenFundamentals
+   DebuggingJITedCode
 
 * `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
     
@@ -78,7 +79,7 @@
     
    How to build your programs with link-time optimization on Linux.
     
-* `The GDB JIT interface <DebuggingJITedCode.html>`_
+* :ref:`debugging-jited-code`
     
    How to debug JITed code with GDB.
     





More information about the llvm-commits mailing list