summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-01-12 19:54:21 +0000
committerTim Northover <Tim.Northover@arm.com>2013-01-12 19:54:21 +0000
commit4694b54f3fdc558e2ffd87e65ac28f491cdcded2 (patch)
tree3528833e00a7105966dba245b673b8e82f9f3fdc /llvm
parent1b53bc78a3ee2b3de68a48707b6c958e13399047 (diff)
downloadbcm5719-llvm-4694b54f3fdc558e2ffd87e65ac28f491cdcded2.tar.gz
bcm5719-llvm-4694b54f3fdc558e2ffd87e65ac28f491cdcded2.zip
Use more canonical exception-handling link in docs.
llvm-svn: 172325
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ExceptionHandling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst
index 5f62b806562..98db02a44ff 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
-<http://refspecs.linuxfoundation.org/abi-eh-1.22.html>`_. A description of the
+<http://mentorembedded.github.com/cxx-abi/abi-eh.html>`_. A description of the
exception frame format can be found at `Exception Frames
<http://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html>`_,
with details of the DWARF 4 specification at `DWARF 4 Standard
OpenPOWER on IntegriCloud