[all-commits] [llvm/llvm-project] dca37a: [NFC][Clang] Modify expect of fail test or XFAIL b...

Zi Xuan Wu (Zeson) via All-commits all-commits at lists.llvm.org
Tue May 17 19:54:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dca37af061fbe6590399dfb4e3fd3dda16d63144
      https://github.com/llvm/llvm-project/commit/dca37af061fbe6590399dfb4e3fd3dda16d63144
  Author: Zi Xuan Wu (Zeson) <zixuan.wu at linux.alibaba.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
    M clang/test/CodeGen/c-strings.c
    M clang/test/Sema/builtin-alloca-with-align.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list