From: Tim Northover Date: Sat, 12 Jan 2013 19:54:21 +0000 (+0000) Subject: Use more canonical exception-handling link in docs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7cd32479b088b0487b7262a820604f68628c5512;p=oota-llvm.git Use more canonical exception-handling link in docs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172325 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 5f62b806562..98db02a44ff 100644 --- a/docs/ExceptionHandling.rst +++ b/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