Fix Sphinx warnings.
authorSean Silva <silvas@purdue.edu>
Thu, 20 Sep 2012 03:20:53 +0000 (03:20 +0000)
committerSean Silva <silvas@purdue.edu>
Thu, 20 Sep 2012 03:20:53 +0000 (03:20 +0000)
Toctree was not being interlinked properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164282 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DebuggingJITedCode.rst
docs/subsystems.rst

index 66e24a64ccf7dac1dbd75f18e95409e426f753a0..eeb2f7787dae9a173f50ec0a3369376dbb8bc7c6 100644 (file)
@@ -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
 ==========
 
index be33295a1510d53db1575e49a8830f73f62ed778..6c20a61c60621d5d4f92ba3d9868f03a2cf76656 100644 (file)
@@ -15,6 +15,7 @@ Subsystem Documentation
    LinkTimeOptimization
    SegmentedStacks
    TableGenFundamentals
+   DebuggingJITedCode
 
 * `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
     
@@ -78,7 +79,7 @@ Subsystem Documentation
     
    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.