commit | a0fed126a92f09bb2f1996e29a43369aabda1b37 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Wed Sep 12 14:26:34 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Wed Sep 12 14:26:34 2012 +0000 |
tree | 542614502c02d93fb5709a9ce4d45f45a6806217 | |
parent | 53b43a78d575e9e8d0af7a3f4b0a744679d65994 [diff] [blame] |
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
diff --git a/test/CodeGen/2008-01-25-ZeroSizedAggregate.c b/test/CodeGen/2008-01-25-ZeroSizedAggregate.c index d905985..3ffcc7b 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;