[NFC][Clang] Modify expect of fail test or XFAIL because CSKY align is different
authorZi Xuan Wu (Zeson) <zixuan.wu@linux.alibaba.com>
Wed, 11 May 2022 08:48:40 +0000 (16:48 +0800)
committerZi Xuan Wu <zixuan.wu@linux.alibaba.com>
Wed, 18 May 2022 02:53:30 +0000 (10:53 +0800)
commitdca37af061fbe6590399dfb4e3fd3dda16d63144
treebb75a9c12333682e0ce60e85c63885e9529b0c0f
parent25af3afa676191b2af328b6f03ee869d82a97f58
[NFC][Clang] Modify expect of fail test or XFAIL because CSKY align is different

CSKY is always in 4-byte align, no matter it's long long type.
For global aggregate variable, it's 4-byte align if its size is bigger than or equal to 4 bytes.

Differential Revision: https://reviews.llvm.org/D124977
clang/test/CodeGen/c-strings.c
clang/test/Sema/builtin-alloca-with-align.c