r216557 - Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507.
NAKAMURA Takumi
geek4civic at gmail.com
Wed Aug 27 09:22:26 PDT 2014
Author: chapuni
Date: Wed Aug 27 11:22:26 2014
New Revision: 216557
URL: http://llvm.org/viewvc/llvm-project?rev=216557&view=rev
Log:
Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507.
FIXME: Explicit triplets might be given here.
Modified:
cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c
Modified: cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c?rev=216557&r1=216556&r2=216557&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c (original)
+++ cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c Wed Aug 27 11:22:26 2014
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 %s -o - -emit-llvm | FileCheck %s
-// XFAIL: aarch64, arm64, x86_64-pc-win32
+// XFAIL: aarch64, arm64, x86_64-pc-win32, x86_64-w64-mingw32
// PR1513
More information about the cfe-commits
mailing list