[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
Mon Jul 4 08:20:59 PDT 2022
pratlucas created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
pratlucas requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This adds a release note entry for the new -mframe-chain option
introduced on D125094 <https://reviews.llvm.org/D125094>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129085
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -111,6 +111,8 @@
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.
+* 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.442103.patch
Type: text/x-patch
Size: 611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220704/fa2813a3/attachment.bin>
More information about the llvm-commits
mailing list