diff options
Diffstat (limited to 'test/OpenMP/teams_distribute_shared_messages.cpp')
-rw-r--r-- | test/OpenMP/teams_distribute_shared_messages.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/OpenMP/teams_distribute_shared_messages.cpp b/test/OpenMP/teams_distribute_shared_messages.cpp index ecf6f2e03673a..b1828eb43c42b 100644 --- a/test/OpenMP/teams_distribute_shared_messages.cpp +++ b/test/OpenMP/teams_distribute_shared_messages.cpp @@ -1,4 +1,6 @@ -// RUN: %clang_cc1 -verify -fopenmp %s +// RUN: %clang_cc1 -verify -fopenmp %s -Wno-openmp-target + +// RUN: %clang_cc1 -verify -fopenmp-simd %s -Wno-openmp-target void foo() { } |