]> granicus.if.org Git - clang/commitdiff
[OpenMP] Add TLS requirement for the copyin clause codegen test. This is an
authorSamuel Antao <sfantao@us.ibm.com>
Mon, 27 Jul 2015 16:59:45 +0000 (16:59 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Mon, 27 Jul 2015 16:59:45 +0000 (16:59 +0000)
attempt to fix regressions triggered by r243277.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243280 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/parallel_copyin_codegen.cpp

index 8c193a783be4b9ae11e21778dd432137d6612d25..53db0f931de09b8a91fef382189577cddc28fc91 100644 (file)
@@ -11,7 +11,7 @@
 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=TLS-LAMBDA %s
 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=TLS-BLOCKS %s
 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DARRAY -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck -check-prefix=TLS-ARRAY %s
-
+// REQUIRES: tls
 // expected-no-diagnostics
 #ifndef ARRAY
 #ifndef HEADER