This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG357715ce97d0: [NFC] Remove max_align.c LIT testcase (authored by Xiangling_L).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90187/new/ https://reviews.llvm.org/D90187 Files: clang/test/Headers/max_align.c Index: clang/test/Headers/max_align.c =================================================================== --- clang/test/Headers/max_align.c +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %clang_cc1 -fsyntax-only -std=c11 -verify %s -// expected-no-diagnostics - -// XFAIL: windows-, i686 - -#ifndef __BIGGEST_ALIGNMENT__ -#error __BIGGEST_ALIGNMENT__ not defined -#endif - -#include <stddef.h> - -_Static_assert(__BIGGEST_ALIGNMENT__ == _Alignof(max_align_t), "");
Index: clang/test/Headers/max_align.c =================================================================== --- clang/test/Headers/max_align.c +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %clang_cc1 -fsyntax-only -std=c11 -verify %s -// expected-no-diagnostics - -// XFAIL: windows-, i686 - -#ifndef __BIGGEST_ALIGNMENT__ -#error __BIGGEST_ALIGNMENT__ not defined -#endif - -#include <stddef.h> - -_Static_assert(__BIGGEST_ALIGNMENT__ == _Alignof(max_align_t), "");
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits