[PATCH] D129085: [Docs] Add release note for ARM's new -mframe-chain option

Lucas Prates via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 02:07:21 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe0af05574175: [Docs] Add release note for ARM's new -mframe-chain option (authored by pratlucas).

Changed prior to commit:
  https://reviews.llvm.org/D129085?vs=442103&id=442474#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129085/new/

https://reviews.llvm.org/D129085

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ 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
 --------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129085.442474.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220706/e36347d2/attachment.bin>


More information about the llvm-commits mailing list