summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-01-09 07:09:28 +0000
committerMartin Storsjo <martin@martin.st>2018-01-09 07:09:28 +0000
commitcd2a37bac37847ffba082865447ed35162d87b85 (patch)
tree7e7002039e2d15c67332a64946ec23053d814c74 /docs
parent7ed4f7613a05b45aa77c473d2c84d915190c0427 (diff)
[docs] Mention SjLj fixes in the release notes
Enabling SjLj on x86 on platforms where it isn't used by default was partially implemented before 6.0, but didn't actually fully work until now. Differential Revision: https://reviews.llvm.org/D41712 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@322059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 41b9cf92d76..8a2536e5d77 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -69,10 +69,13 @@ Non-comprehensive list of changes in this release
Changes to the LLVM IR
----------------------
-Changes to the ARM Backend
---------------------------
+Changes to the ARM Target
+-------------------------
- During this release ...
+During this release the ARM target has:
+
+* Got support for enabling SjLj exception handling on platforms where it
+ isn't the default.
Changes to the MIPS Target
@@ -89,7 +92,10 @@ Changes to the PowerPC Target
Changes to the X86 Target
-------------------------
- During this release ...
+During this release ...
+
+* Got support for enabling SjLj exception handling on platforms where it
+ isn't the default.
Changes to the AMDGPU Target
-----------------------------