1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Note EH stuff for x86-64/linux

llvm-svn: 57378
This commit is contained in:
Anton Korobeynikov 2008-10-11 18:27:16 +00:00
parent 84b498d50c
commit afa8b7ca0c

View File

@ -265,6 +265,7 @@ faster:</p>
</p>
<ul>
<li>Exception handling is supported by default on x86-64 linux platform.</li>
<li>...</li>
</ul>
@ -529,9 +530,8 @@ tested and works for a number of non-trivial programs, including LLVM
itself, Qt, Mozilla, etc.</p>
<ul>
<li>Exception handling works well on the X86 and PowerPC targets, including
X86-64 darwin. This works when linking to a libstdc++ compiled by GCC. It is
supported on X86-64 linux, but that is disabled by default in this release.</li>
<li>Exception handling works well on the X86 and PowerPC targets. Currently
only linux and darwin targets are supported (both 32 and 64 bit).</li>
</ul>
</div>