summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-08-27 16:22:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-08-27 16:22:26 +0000
commit6107a8f4db4fe74a3884c2b49b6ded009063335e (patch)
treea47737ff55e7ae9998c358716172495c84a61998 /clang
parente4d6922cebbf89a7417754c4e32763a2a20380c6 (diff)
downloadbcm5719-llvm-6107a8f4db4fe74a3884c2b49b6ded009063335e.tar.gz
bcm5719-llvm-6107a8f4db4fe74a3884c2b49b6ded009063335e.zip
Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507.
FIXME: Explicit triplets might be given here. llvm-svn: 216557
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/2007-06-18-SextAttrAggregate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c b/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c
index 22aa95a6bff..23c211d3ba0 100644
--- a/clang/test/CodeGen/2007-06-18-SextAttrAggregate.c
+++ b/clang/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
OpenPOWER on IntegriCloud