[doc] Add release notes about SEH unwind information on ARM
authorMartin Storsjö <martin@martin.st>
Mon, 6 Jun 2022 20:56:31 +0000 (23:56 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 8 Jun 2022 08:32:17 +0000 (11:32 +0300)
Differential Revision: https://reviews.llvm.org/D127150

clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst

index 8c4f7f4..1e95d3c 100644 (file)
@@ -353,6 +353,11 @@ Windows Support
   JustMyCode feature. Note, you may need to manually add ``/JMC`` as additional
   compile options in the Visual Studio since it currently assumes clang-cl does not support ``/JMC``.
 
+- Implemented generation of SEH unwind information on ARM. (C++ exception
+  handling in MSVC mode is still unimplemented though.)
+
+- Switched MinGW mode on ARM to use SEH instead of DWARF for unwind information.
+
 AIX Support
 -----------
 
index e588128..d2813bb 100644 (file)
@@ -102,6 +102,8 @@ Changes to the ARM Backend
   versions.
 * Added a pass to workaround Cortex-A57 Erratum 1742098 and Cortex-A72
   Erratum 1655431. This is enabled by default when targeting either CPU.
+* Implemented generation of Windows SEH unwind information.
+* Switched the MinGW target to use SEH instead of DWARF for unwind information.
 
 Changes to the AVR Backend
 --------------------------