Skip to content

Commit

Permalink
[Docs] Add release note for ARM's new -mframe-chain option
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pratlucas committed Jul 6, 2022
1 parent 851447c commit e0af055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -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
--------------------------
Expand Down

0 comments on commit e0af055

Please sign in to comment.