From 4694b54f3fdc558e2ffd87e65ac28f491cdcded2 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 12 Jan 2013 19:54:21 +0000 Subject: [PATCH] Use more canonical exception-handling link in docs. llvm-svn: 172325 --- llvm/docs/ExceptionHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 5f62b8065627..98db02a44ff2 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/docs/ExceptionHandling.rst @@ -32,7 +32,7 @@ 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