[Docs] Add release note for ARM's new -mframe-chain option
authorLucas Prates <lucas.prates@arm.com>
Mon, 4 Jul 2022 15:17:31 +0000 (16:17 +0100)
committerLucas Prates <lucas.prates@arm.com>
Wed, 6 Jul 2022 09:07:15 +0000 (10:07 +0100)
This adds a release note entry for the new -mframe-chain option
introduced on D125094.

Reviewed By: efriedma

Differential Revision: https://reviews.llvm.org/D129085

llvm/docs/ReleaseNotes.rst

index 95642e4..b164d2c 100644 (file)
@@ -116,6 +116,8 @@ Changes to the ARM Backend
 * Implemented generation of Windows SEH unwind information.
 * Switched the MinGW target to use SEH instead of DWARF for unwind information.
 * Added support for the Cortex-M85 CPU.
+* Added support for a new -mframe-chain=(none|aapcs|aapcs+leaf) command-line
+  option, which controls the generation of AAPCS-compliant Frame Records.
 
 Changes to the AVR Backend
 --------------------------