Suppress clang/test/Sema/struct-packed-align.c for targeting LLP64.

llvm-svn: 214298
This commit is contained in:
NAKAMURA Takumi 2014-07-30 10:44:35 +00:00
parent b97f319922
commit e098b3b993
1 changed files with 1 additions and 0 deletions

View File

@ -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 {