summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-10-20 23:30:39 +0000
committerReid Kleckner <rnk@google.com>2016-10-20 23:30:39 +0000
commit8a475876bb462dfab2b2064fa3e7df23f71ad38a (patch)
treec1059faa4dfee1d51167d0dbbff99c3111fec540 /test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
parentd1535f4c814d3cab2169f435cd57061cb65551bf (diff)
Revert 9 changes from r284793, they still fail on some bots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/taskloop_simd_lastprivate_codegen.cpp')
-rw-r--r--test/OpenMP/taskloop_simd_lastprivate_codegen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp b/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
index 856285d7c2..e3562a8f0c 100644
--- a/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
+++ b/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
@@ -6,8 +6,8 @@
// RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DARRAY -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=ARRAY %s
// expected-no-diagnostics
// REQUIRES: x86-registered-target
-// XFAIL: win32
-
+// It doesn't pass on win32.
+// REQUIRES: shell
#ifndef ARRAY
#ifndef HEADER
#define HEADER