From: Martin Storsjo Date: Tue, 9 Jan 2018 07:09:28 +0000 (+0000) Subject: [docs] Mention SjLj fixes in the release notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd2a37bac37847ffba082865447ed35162d87b85;p=llvm [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 --- 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 -----------------------------