Fix Sphinx warnings.
[oota-llvm.git] / docs / subsystems.rst
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.