summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test
diff options
context:
space:
mode:
authorHansang Bae <hansang.bae@intel.com>2019-08-05 21:46:13 +0000
committerHansang Bae <hansang.bae@intel.com>2019-08-05 21:46:13 +0000
commitdcdbe6515b21e0f210d087536c6fee74cb9fe37e (patch)
treee44d60ad9554a154ac023bbd7e04f6cf12b3f070 /openmp/runtime/test
parente757cadb07890c2d187c8415927c2ddf72144f30 (diff)
downloadbcm5719-llvm-dcdbe6515b21e0f210d087536c6fee74cb9fe37e.tar.gz
bcm5719-llvm-dcdbe6515b21e0f210d087536c6fee74cb9fe37e.zip
[OpenMP] Fix broken build due to new OMPT tests
New OMPT tests with teams construct should be disabled for GCC as it emits code with a GOMP entry not supported in the LLVM runtime. Differential Revision: https://reviews.llvm.org/D65757 llvm-svn: 367939
Diffstat (limited to 'openmp/runtime/test')
-rw-r--r--openmp/runtime/test/ompt/teams/parallel_team.c2
-rw-r--r--openmp/runtime/test/ompt/teams/serial_teams.c2
-rw-r--r--openmp/runtime/test/ompt/teams/serialized.c2
-rw-r--r--openmp/runtime/test/ompt/teams/team.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/openmp/runtime/test/ompt/teams/parallel_team.c b/openmp/runtime/test/ompt/teams/parallel_team.c
index eb22edfdbef..15d9b6c24dd 100644
--- a/openmp/runtime/test/ompt/teams/parallel_team.c
+++ b/openmp/runtime/test/ompt/teams/parallel_team.c
@@ -1,6 +1,6 @@
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
// REQUIRES: ompt
-// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
+// UNSUPPORTED: gcc
#include "callback.h"
int main() {
diff --git a/openmp/runtime/test/ompt/teams/serial_teams.c b/openmp/runtime/test/ompt/teams/serial_teams.c
index a1f2d608b6a..64d0c895898 100644
--- a/openmp/runtime/test/ompt/teams/serial_teams.c
+++ b/openmp/runtime/test/ompt/teams/serial_teams.c
@@ -1,6 +1,6 @@
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
// REQUIRES: ompt
-// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
+// UNSUPPORTED: gcc
#include "callback.h"
int main() {
diff --git a/openmp/runtime/test/ompt/teams/serialized.c b/openmp/runtime/test/ompt/teams/serialized.c
index 8787b921817..4edd422bf66 100644
--- a/openmp/runtime/test/ompt/teams/serialized.c
+++ b/openmp/runtime/test/ompt/teams/serialized.c
@@ -1,6 +1,6 @@
// RUN: %libomp-compile-and-run | FileCheck %s
// REQUIRES: ompt
-// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
+// UNSUPPORTED: gcc
#include "callback.h"
int main() {
diff --git a/openmp/runtime/test/ompt/teams/team.c b/openmp/runtime/test/ompt/teams/team.c
index 78f8b7c28c8..3aa85ea6266 100644
--- a/openmp/runtime/test/ompt/teams/team.c
+++ b/openmp/runtime/test/ompt/teams/team.c
@@ -1,6 +1,6 @@
// RUN: %libomp-compile-and-run | FileCheck %s
// REQUIRES: ompt
-// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
+// UNSUPPORTED: gcc
#include "callback.h"
int main() {
OpenPOWER on IntegriCloud