]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64....
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 14:26:34 +0000 (14:26 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 14:26:34 +0000 (14:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163708 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2008-01-25-ZeroSizedAggregate.c

index d9059856254fd19acf1bde7ae09ef1dd193673c6..3ffcc7b0c57876f5037cad1093935304c6468d28 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 %s -emit-llvm -o -
+// REQUIRES: LP64
 
 // Aggregates of size zero should be dropped from argument list.
 typedef long int Tlong;