[all-commits] [llvm/llvm-project] d74b66: Fix LIT failure on native aix
xling-liao via All-commits
all-commits at lists.llvm.org
Thu May 20 06:39:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d74b6635ef38d123793f025a2ea1ef28153d803a
https://github.com/llvm/llvm-project/commit/d74b6635ef38d123793f025a2ea1ef28153d803a
Author: Xiangling Liao <Xiangling.Liao at ibm.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
M clang/test/Sema/struct-packed-align.c
Log Message:
-----------
Fix LIT failure on native aix
On AIX, char bitfields have the same alignment as unsigned int.
Reference: https://reviews.llvm.org/D87029
Differential Revision: https://reviews.llvm.org/D102715
More information about the All-commits
mailing list