[PATCH] D41712: [docs] Mention SjLj fixes in the release notes

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 23:10:48 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322059: [docs] Mention SjLj fixes in the release notes (authored by mstorsjo, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41712?vs=128556&id=129035#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41712

Files:
  llvm/branches/release_60/docs/ReleaseNotes.rst


Index: llvm/branches/release_60/docs/ReleaseNotes.rst
===================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst
+++ llvm/branches/release_60/docs/ReleaseNotes.rst
@@ -69,10 +69,13 @@
 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 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
 -----------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41712.129035.patch
Type: text/x-patch
Size: 890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180109/1f310a0b/attachment.bin>


More information about the llvm-commits mailing list