diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -116,6 +116,8 @@ * 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 --------------------------