summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/task_firstprivate_codegen.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-07-07 21:45:48 +0000
committerAdrian Prantl <aprantl@apple.com>2015-07-07 21:45:48 +0000
commit683c4943e6e17534865909cadc90214cadfff86d (patch)
tree442eef759efae2629ec98bf3c4219c87d3500895 /clang/test/OpenMP/task_firstprivate_codegen.cpp
parentd4e1bb89e37e2eb227eee82d902dfcbe44ecb913 (diff)
downloadbcm5719-llvm-683c4943e6e17534865909cadc90214cadfff86d.tar.gz
bcm5719-llvm-683c4943e6e17534865909cadc90214cadfff86d.zip
Add target requirements to testcases that emit PCH.
llvm-svn: 241630
Diffstat (limited to 'clang/test/OpenMP/task_firstprivate_codegen.cpp')
-rw-r--r--clang/test/OpenMP/task_firstprivate_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/task_firstprivate_codegen.cpp b/clang/test/OpenMP/task_firstprivate_codegen.cpp
index e1358d9ecc6..3966643e38d 100644
--- a/clang/test/OpenMP/task_firstprivate_codegen.cpp
+++ b/clang/test/OpenMP/task_firstprivate_codegen.cpp
@@ -5,7 +5,7 @@
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
// 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
// It doesn't pass on win32.
// REQUIRES: shell
#ifndef ARRAY
OpenPOWER on IntegriCloud