aboutsummaryrefslogtreecommitdiffstats
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-27 07:20:57 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-27 07:20:57 +0000
commit7d85f87acb4d46cfd315a08f6f64b23818eb47e4 (patch)
treefb88c07cd4a4adc6c3009dc7213042e9eca95318 /docs/subsystems.rst
parente246b52d2b02753a0064fb7e984148fff55d2872 (diff)
downloadexternal_llvm-7d85f87acb4d46cfd315a08f6f64b23818eb47e4.zip
external_llvm-7d85f87acb4d46cfd315a08f6f64b23818eb47e4.tar.gz
external_llvm-7d85f87acb4d46cfd315a08f6f64b23818eb47e4.tar.bz2
Sphinxify the exception handling doc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159254 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 28ad020..27dff6b 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -9,6 +9,7 @@ Subsystem Documentation
AliasAnalysis
BranchWeightMetadata
Bugpoint
+ ExceptionHandling
LinkTimeOptimization
SegmentedStacks
TableGenFundamentals
@@ -47,7 +48,7 @@ Subsystem Documentation
This document describes the design and philosophy behind the LLVM
source-level debugger.
-* `Zero Cost Exception handling in LLVM <ExceptionHandling.html>`_
+* :ref:`exception_handling`
This document describes the design and implementation of exception handling
in LLVM.