[OpenMP] Fix broken build due to new OMPT tests
authorHansang Bae <hansang.bae@intel.com>
Mon, 5 Aug 2019 21:46:13 +0000 (21:46 +0000)
committerHansang Bae <hansang.bae@intel.com>
Mon, 5 Aug 2019 21:46:13 +0000 (21:46 +0000)
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

openmp/runtime/test/ompt/teams/parallel_team.c
openmp/runtime/test/ompt/teams/serial_teams.c
openmp/runtime/test/ompt/teams/serialized.c
openmp/runtime/test/ompt/teams/team.c

index eb22edf..15d9b6c 100644 (file)
@@ -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() {
index a1f2d60..64d0c89 100644 (file)
@@ -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() {
index 8787b92..4edd422 100644 (file)
@@ -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() {
index 78f8b7c..3aa85ea 100644 (file)
@@ -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() {