mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
Add link to exception handling.
llvm-svn: 35102
This commit is contained in:
parent
7248e711bd
commit
2211f496ff
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user