diff options
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/LangRef.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index b6f6f47256c..cbd4c9baa03 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -187,6 +187,7 @@ </ol> </li> <li><a href="#int_debugger">Debugger intrinsics</a></li> + <li><a href="#int_eh">Exception Handling intrinsics</a></li> </ol> </li> </ol> @@ -4575,6 +4576,19 @@ Debugging</a> document. </div> +<!-- ======================================================================= --> +<div class="doc_subsection"> + <a name="int_eh">Exception Handling Intrinsics</a> +</div> + +<div class="doc_text"> +<p> The LLVM exception handling intrinsics (which all start with +<tt>llvm.eh.</tt> prefix), are described in the <a +href="ExceptionHandling.html#format_common_intrinsics">LLVM Exception +Handling</a> document. </p> +</div> + + <!-- *********************************************************************** --> <hr> <address> |