]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214298 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/struct-packed-align.c

index 166d5eb1ff8dfbd8a18477d29b5e015b4121ff19..9d99f4038db09574f6866cf7e66f631ebb4b691b 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 {