From: NAKAMURA Takumi Date: Wed, 30 Jul 2014 10:44:35 +0000 (+0000) Subject: Suppress clang/test/Sema/struct-packed-align.c for targeting LLP64. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0786bb1399f297ad2c744f90139aa2efaf717015;p=clang Suppress clang/test/Sema/struct-packed-align.c for targeting LLP64. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214298 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/struct-packed-align.c b/test/Sema/struct-packed-align.c index 166d5eb1ff..9d99f4038d 100644 --- a/test/Sema/struct-packed-align.c +++ b/test/Sema/struct-packed-align.c @@ -120,6 +120,7 @@ extern int m1[sizeof(struct packed_fas2) == 1 ? 1 : -1]; extern int m2[__alignof(struct packed_fas2) == 1 ? 1 : -1]; // Attribute aligned can round down typedefs. PR9253 +// REQUIRES: LP64 typedef long long __attribute__((aligned(1))) nt; struct nS {