diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-10-11 18:27:16 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-10-11 18:27:16 +0000 |
| commit | 28f08aa041490ae5b044036b66d03a2e23044e90 (patch) | |
| tree | 50243cf578b31c2b052ad3514b1a21113982fd62 /llvm/docs | |
| parent | e57220a5d168b24bf2e80eaad2a52f16c5decbdd (diff) | |
| download | bcm5719-llvm-28f08aa041490ae5b044036b66d03a2e23044e90.tar.gz bcm5719-llvm-28f08aa041490ae5b044036b66d03a2e23044e90.zip | |
Note EH stuff for x86-64/linux
llvm-svn: 57378
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1247e5625c5..39ff0504f3c 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |

