summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-03-14 19:31:19 +0000
committerJim Laskey <jlaskey@mac.com>2007-03-14 19:31:19 +0000
commitdd4ef1b540068ee82550c6ec360153123801995d (patch)
tree9c6016cc6cede315306b0addfc4450e82dcd523e /docs
parentd201f4ed62cb739db22746796539e8b8c7ad229b (diff)
downloadllvm-dd4ef1b540068ee82550c6ec360153123801995d.tar.gz
llvm-dd4ef1b540068ee82550c6ec360153123801995d.tar.bz2
llvm-dd4ef1b540068ee82550c6ec360153123801995d.tar.xz
Add link to exception handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index b6f6f47256..cbd4c9baa0 100644
--- a/docs/LangRef.html
+++ b/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>