[llvm-branch-commits] [llvm-branch] r322059 - [docs] Mention SjLj fixes in the release notes
Martin Storsjo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 8 23:09:28 PST 2018
Author: mstorsjo
Date: Mon Jan 8 23:09:28 2018
New Revision: 322059
URL: http://llvm.org/viewvc/llvm-project?rev=322059&view=rev
Log:
[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
Modified:
llvm/branches/release_60/docs/ReleaseNotes.rst
Modified: llvm/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_60/docs/ReleaseNotes.rst?rev=322059&r1=322058&r2=322059&view=diff
==============================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_60/docs/ReleaseNotes.rst Mon Jan 8 23:09:28 2018
@@ -69,10 +69,13 @@ Non-comprehensive list of changes in thi
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
-----------------------------
More information about the llvm-branch-commits
mailing list