Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,8 @@ Arm and AArch64 Support
in leaf functions after enabling ``-fno-omit-frame-pointer``, you can do so by adding
the ``-momit-leaf-frame-pointer`` option.

- For ARM baremetal targets, the frame pointer (FP) is now turned off by default.
Copy link
Collaborator

@DavidSpickett DavidSpickett Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move this before the one above and add to this "To enable the frame pointer use the -fno-omit-frame-pointer option.". I know it's stated again in the second one, but it answers the "how do I get the old way" question more obviously.

If I am not someone who ever cared to disable FP, I won't understand / care to understand what the leaf function stuff means.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


- Support has been added for the following processors (-mcpu identifiers in parenthesis):

For AArch64:
Expand Down
Loading