[all-commits] [llvm/llvm-project] bce2cc: [clang] Set __GCC_*STRUCTIVE_SIZE on Aarch64
David Majnemer via All-commits
all-commits at lists.llvm.org
Thu Jan 30 16:12:51 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bce2cc15133a1458e4ad053085e58c7423c365b4
https://github.com/llvm/llvm-project/commit/bce2cc15133a1458e4ad053085e58c7423c365b4
Author: David Majnemer <david.majnemer at gmail.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M clang/lib/Basic/Targets/AArch64.h
M clang/test/Preprocessor/init-aarch64.c
Log Message:
-----------
[clang] Set __GCC_*STRUCTIVE_SIZE on Aarch64
Before this change, we would set this to Clang's default of {64, 64}.
Now, we explicitly set it to {256, 64} which matches our ARM behavior
for ARMv8 targets and GCC's behavior for AArch64 targets.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list