diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-07-07 21:45:48 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-07-07 21:45:48 +0000 |
commit | 683c4943e6e17534865909cadc90214cadfff86d (patch) | |
tree | 442eef759efae2629ec98bf3c4219c87d3500895 /clang/test/OpenMP/taskgroup_codegen.cpp | |
parent | d4e1bb89e37e2eb227eee82d902dfcbe44ecb913 (diff) | |
download | bcm5719-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/taskgroup_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/taskgroup_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/taskgroup_codegen.cpp b/clang/test/OpenMP/taskgroup_codegen.cpp index eb45f3187fa..c04e4c723b8 100644 --- a/clang/test/OpenMP/taskgroup_codegen.cpp +++ b/clang/test/OpenMP/taskgroup_codegen.cpp @@ -3,7 +3,7 @@ // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp -fexceptions -fcxx-exceptions -gline-tables-only -x c++ -emit-llvm %s -o - | FileCheck %s --check-prefix=TERM_DEBUG // expected-no-diagnostics - +// REQUIRES: x86-registered-target #ifndef HEADER #define HEADER |