From 53acb32afc06986db6cdc709b2498c3870ffa43f Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 12 Jan 2013 12:38:54 +0000 Subject: [PATCH] Fix broken links around Itanium C++ ABI in documentation. llvm-svn: 172312 --- llvm/docs/ExceptionHandling.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 47fecd38e48e..5f62b8065627 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/docs/ExceptionHandling.rst @@ -32,13 +32,13 @@ execution of an application. A more complete description of the Itanium ABI exception handling runtime support of can be found at `Itanium C++ ABI: Exception Handling -`_. A description of the +`_. A description of the exception frame format can be found at `Exception Frames -`_, +`_, with details of the DWARF 4 specification at `DWARF 4 Standard `_. A description for the C++ exception table formats can be found at `Exception Handling Tables -`_. +`_. Setjmp/Longjmp Exception Handling ---------------------------------