Suppress clang/test/Sema/struct-packed-align.c for targeting LLP64.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 30 Jul 2014 10:44:35 +0000 (10:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 30 Jul 2014 10:44:35 +0000 (10:44 +0000)
llvm-svn: 214298

clang/test/Sema/struct-packed-align.c

index 166d5eb..9d99f40 100644 (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 {