From: NAKAMURA Takumi Date: Wed, 27 Aug 2014 16:22:26 +0000 (+0000) Subject: Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, correspo... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3950cc84f1538f082798eec80963c46dad93ae3b;p=clang Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507. FIXME: Explicit triplets might be given here. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216557 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2007-06-18-SextAttrAggregate.c b/test/CodeGen/2007-06-18-SextAttrAggregate.c index 22aa95a6bf..23c211d3ba 100644 --- a/test/CodeGen/2007-06-18-SextAttrAggregate.c +++ b/test/CodeGen/2007-06-18-SextAttrAggregate.c @@ -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