[all-commits] [llvm/llvm-project] 5181be: [PowerPC][AIX] Limit attribute aligned to 4096.
Sean Fertile via All-commits
all-commits at lists.llvm.org
Thu Aug 5 06:51:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5181be344adbf7ba7dffc73526893d4e7750d34c
https://github.com/llvm/llvm-project/commit/5181be344adbf7ba7dffc73526893d4e7750d34c
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M clang/lib/Sema/SemaDeclAttr.cpp
A clang/test/Sema/aix-attr-aligned-limit.c
Log Message:
-----------
[PowerPC][AIX] Limit attribute aligned to 4096.
Limit the maximum alignment for attribute aligned to 4096 to match
the limit of the .align pseudo op in the system assembler.
Differential Revision: https://reviews.llvm.org/D107497
More information about the All-commits
mailing list