[clang] [ARM] Empty structs are 1-byte for C++ ABI (PR #124762)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 13:58:13 PST 2025
================
@@ -1144,6 +1144,12 @@ Arm and AArch64 Support
* FUJITSU-MONAKA (fujitsu-monaka)
+- The AArch64 calling convention for empty structs in C++ mode was changed to
----------------
efriedma-quic wrote:
I assume this is supposed to mention AArch32/AAPCS32?
https://github.com/llvm/llvm-project/pull/124762
More information about the cfe-commits
mailing list