[Openmp-commits] [PATCH] D65757: Fix broken build due to new OMPT tests
Hansang Bae via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Aug 5 10:01:49 PDT 2019
hbae created this revision.
hbae added reviewers: AndreyChurbanov, jlpeyton.
hbae added a project: OpenMP.
Herald added a reviewer: jdoerfert.
New OMPT tests with teams construct should be disabled for GCC.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D65757
Files:
runtime/test/ompt/teams/parallel_team.c
runtime/test/ompt/teams/serial_teams.c
runtime/test/ompt/teams/serialized.c
runtime/test/ompt/teams/team.c
Index: runtime/test/ompt/teams/team.c
===================================================================
--- runtime/test/ompt/teams/team.c
+++ 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() {
Index: runtime/test/ompt/teams/serialized.c
===================================================================
--- runtime/test/ompt/teams/serialized.c
+++ 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() {
Index: runtime/test/ompt/teams/serial_teams.c
===================================================================
--- runtime/test/ompt/teams/serial_teams.c
+++ 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() {
Index: runtime/test/ompt/teams/parallel_team.c
===================================================================
--- runtime/test/ompt/teams/parallel_team.c
+++ 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() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65757.213391.patch
Type: text/x-patch
Size: 1553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190805/3737ad02/attachment.bin>
More information about the Openmp-commits
mailing list