summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-11-22 11:56:02 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-11-22 11:56:02 +0000
commitbbef5ead4cc90d7f7ca2f5dded41751ca3ff3dc9 (patch)
tree41991cf65a641c93b3de40a2f17b5fd0c6b5f9a9 /docs/subsystems.rst
parent7a3b7e5efc44c3852c5b34b245bd4eedeeac886f (diff)
downloadllvm-bbef5ead4cc90d7f7ca2f5dded41751ca3ff3dc9.tar.gz
llvm-bbef5ead4cc90d7f7ca2f5dded41751ca3ff3dc9.tar.bz2
llvm-bbef5ead4cc90d7f7ca2f5dded41751ca3ff3dc9.tar.xz
Documentation: convert SourceLevelDebugging.html to reST
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 7bd9617e27..35d7b8111d 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -20,6 +20,7 @@ Subsystem Documentation
MarkedUpDisassembly
HowToUseInstrMappings
SystemLibrary
+ SourceLevelDebugging
.. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
under LangRef's toctree instead of this page's toctree.
@@ -53,7 +54,7 @@ Subsystem Documentation
The interfaces source-language compilers should use for compiling GC'd
programs.
-* `Source Level Debugging with LLVM <SourceLevelDebugging.html>`_
+* :doc:`Source Level Debugging with LLVM <SourceLevelDebugging>`
This document describes the design and philosophy behind the LLVM
source-level debugger.