[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 14:45:48 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL367939: [OpenMP] Fix broken build due to new OMPT tests (authored by hbae, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D65757?vs=213391&id=213470#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65757/new/
https://reviews.llvm.org/D65757
Files:
openmp/trunk/runtime/test/ompt/teams/parallel_team.c
openmp/trunk/runtime/test/ompt/teams/serial_teams.c
openmp/trunk/runtime/test/ompt/teams/serialized.c
openmp/trunk/runtime/test/ompt/teams/team.c
Index: openmp/trunk/runtime/test/ompt/teams/parallel_team.c
===================================================================
--- openmp/trunk/runtime/test/ompt/teams/parallel_team.c
+++ openmp/trunk/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() {
Index: openmp/trunk/runtime/test/ompt/teams/serialized.c
===================================================================
--- openmp/trunk/runtime/test/ompt/teams/serialized.c
+++ openmp/trunk/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: openmp/trunk/runtime/test/ompt/teams/serial_teams.c
===================================================================
--- openmp/trunk/runtime/test/ompt/teams/serial_teams.c
+++ openmp/trunk/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: openmp/trunk/runtime/test/ompt/teams/team.c
===================================================================
--- openmp/trunk/runtime/test/ompt/teams/team.c
+++ openmp/trunk/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() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65757.213470.patch
Type: text/x-patch
Size: 1709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190805/7bafb846/attachment.bin>
More information about the Openmp-commits
mailing list