[PATCH] D87029: [AIX] Implement AIX special bitfield related alignment rules
Sean Fertile via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 5 12:43:48 PDT 2020
sfertile added inline comments.
================
Comment at: clang/test/Layout/aix-bitfield-alignment.cpp:118
+
+typedef __attribute__((aligned(32))) short mySHORT;
+struct D {
----------------
We should have a similar test for an overaligned long or long long.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87029/new/
https://reviews.llvm.org/D87029
More information about the cfe-commits
mailing list