Limit the maximum alignment for attribute aligned to 4096 to match the limit of the .align pseudo op in the system assembler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D107497
[PowerPC][AIX] Limit attribute aligned to 4096. ClosedPublic Authored by sfertile on Aug 4 2021, 12:53 PM.
Details Summary Limit the maximum alignment for attribute aligned to 4096 to match the limit of the .align pseudo op in the system assembler.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2021, 4:27 AM Closed by commit rG5181be344adb: [PowerPC][AIX] Limit attribute aligned to 4096. (authored by sfertile). · Explain WhyAug 5 2021, 6:51 AM This revision was automatically updated to reflect the committed changes. sfertile added a reverting change: rGdddd524bb884: Revert "[PowerPC][AIX] Limit attribute aligned to 4096.".Aug 6 2021, 10:56 AM
Revision Contents
Diff 364225 clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Sema/aix-attr-aligned-limit.c
|
clang-format: please reformat the code