[llvm-commits] [llvm] r57378 - /llvm/trunk/docs/ReleaseNotes.html
Anton Korobeynikov
asl at math.spbu.ru
Sat Oct 11 11:27:17 PDT 2008
Author: asl
Date: Sat Oct 11 13:27:16 2008
New Revision: 57378
URL: http://llvm.org/viewvc/llvm-project?rev=57378&view=rev
Log:
Note EH stuff for x86-64/linux
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57378&r1=57377&r2=57378&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sat Oct 11 13:27:16 2008
@@ -265,6 +265,7 @@
</p>
<ul>
+<li>Exception handling is supported by default on x86-64 linux platform.</li>
<li>...</li>
</ul>
@@ -529,9 +530,8 @@
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>
More information about the llvm-commits
mailing list