[cfe-commits] r163708 - /cfe/trunk/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
NAKAMURA Takumi
geek4civic at gmail.com
Wed Sep 12 07:26:35 PDT 2012
Author: chapuni
Date: Wed Sep 12 09:26:34 2012
New Revision: 163708
URL: http://llvm.org/viewvc/llvm-project?rev=163708&view=rev
Log:
clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64. It fails with +Asserts for Win64.
Modified:
cfe/trunk/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
Modified: cfe/trunk/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-01-25-ZeroSizedAggregate.c?rev=163708&r1=163707&r2=163708&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2008-01-25-ZeroSizedAggregate.c (original)
+++ cfe/trunk/test/CodeGen/2008-01-25-ZeroSizedAggregate.c Wed Sep 12 09:26:34 2012
@@ -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;
More information about the cfe-commits
mailing list