diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-03-14 19:31:19 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-03-14 19:31:19 +0000 |
commit | 2211f496ffd68ca17b4145dd2ee57d0aa050d7f7 (patch) | |
tree | df2c992f8587278ffe68074c9f74aeb8e7458100 | |
parent | 7248e711bdc0093ef24e51aba96dc5cf6cdcb898 (diff) | |
download | bcm5719-llvm-2211f496ffd68ca17b4145dd2ee57d0aa050d7f7.tar.gz bcm5719-llvm-2211f496ffd68ca17b4145dd2ee57d0aa050d7f7.zip |
Add link to exception handling.
llvm-svn: 35102
-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> |