[clang] [clang] document that by default FP turned off for ARM baremetal (PR #122881)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 14 03:51:35 PST 2025
================
@@ -1071,6 +1071,10 @@ Arm and AArch64 Support
- Implementation of SVE2.1 and SME2.1 in accordance with the Arm C Language
Extensions (ACLE) is now available.
+- For ARM baremetal targets, the frame pointer (FP) is now turned off by
+ default. To turn on frame pointers for Arm baremetal targets, use
----------------
DavidSpickett wrote:
Arm -> ARM
https://github.com/llvm/llvm-project/pull/122881
More information about the cfe-commits
mailing list