]> granicus.if.org Git - llvm/commitdiff
[docs] Mention SjLj fixes in the release notes
authorMartin Storsjo <martin@martin.st>
Tue, 9 Jan 2018 07:09:28 +0000 (07:09 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 9 Jan 2018 07:09:28 +0000 (07:09 +0000)
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

docs/ReleaseNotes.rst

index 41b9cf92d767338128500b6fa408a35a12fec0e7..8a2536e5d7735e14d7c0705b6fb712046adc482b 100644 (file)
@@ -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
 -----------------------------