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 | 0021fc1d97b4d2ca39d29bbfa59d532bdeb7134e (patch) | |
tree | d509dffef79034bff406d46d6f0b356a4251c292 | |
parent | 1b4d7a983eec883126b6a23c69480d89dd3ba632 (diff) |
Note EH stuff for x86-64/linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57378 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1247e5625c..39ff0504f3 100644 --- a/docs/ReleaseNotes.html +++ b/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> |