aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-12 14:26:34 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-12 14:26:34 +0000
commita0fed126a92f09bb2f1996e29a43369aabda1b37 (patch)
tree542614502c02d93fb5709a9ce4d45f45a6806217
parent53b43a78d575e9e8d0af7a3f4b0a744679d65994 (diff)
clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64. It fails with +Asserts for Win64.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163708 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2008-01-25-ZeroSizedAggregate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
index d905985625..3ffcc7b0c5 100644
--- a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
+++ b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
@@ -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;