r236210 - [OPENMP] Mark test as not compatible with MS Windows.

Alexey Bataev a.bataev at hotmail.com
Thu Apr 30 01:35:10 PDT 2015


Author: abataev
Date: Thu Apr 30 03:35:10 2015
New Revision: 236210

URL: http://llvm.org/viewvc/llvm-project?rev=236210&view=rev
Log:
[OPENMP] Mark test as not compatible with MS Windows.

Modified:
    cfe/trunk/test/OpenMP/task_private_codegen.cpp

Modified: cfe/trunk/test/OpenMP/task_private_codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/task_private_codegen.cpp?rev=236210&r1=236209&r2=236210&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/task_private_codegen.cpp (original)
+++ cfe/trunk/test/OpenMP/task_private_codegen.cpp Thu Apr 30 03:35:10 2015
@@ -4,6 +4,7 @@
 // RUN: %clang_cc1 -verify -fopenmp=libiomp5 -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
 // RUN: %clang_cc1 -verify -fopenmp=libiomp5 -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
 // expected-no-diagnostics
+// REQUIRES: non-ms-sdk
 #ifndef HEADER
 #define HEADER
 





More information about the cfe-commits mailing list