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 ---------------------------------