summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2018-06-30 11:18:44 +0000
committerYaron Keren <yaron.keren@gmail.com>2018-06-30 11:18:44 +0000
commit14cd1997f13c811a0b4aef8c792e6e47a00d60f4 (patch)
tree95ed156e607c73c8ba8203b9f1ba97d505e093dd
parentda891dc6b40b6cdf78edf992df9fe917e4d3f41f (diff)
downloadbcm5719-llvm-14cd1997f13c811a0b4aef8c792e6e47a00d60f4.tar.gz
bcm5719-llvm-14cd1997f13c811a0b4aef8c792e6e47a00d60f4.zip
Add expected fail triple x86_64-pc-windows-gnu to test as x86_64-w64-mingw32 is already there
llvm-svn: 336047
-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 23c211d3ba0..e781bd56737 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, x86_64-w64-mingw32
+// XFAIL: aarch64, arm64, x86_64-pc-win32, x86_64-w64-mingw32, x86_64-pc-windows-gnu
// PR1513
OpenPOWER on IntegriCloud