From abdd46b7db373cb68b58d543400ceb178347b056 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 18 Mar 2019 12:53:32 +0000 Subject: Creating release candidate final from release_800 branch git-svn-id: https://llvm.org/svn/llvm-project/openmp/tags/RELEASE_800@356365 91177308-0d34-0410-b5e6-96231b3b80d8 --- final/runtime/test/ompt/worksharing/for/static_serialized.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 final/runtime/test/ompt/worksharing/for/static_serialized.c (limited to 'final/runtime/test/ompt/worksharing/for/static_serialized.c') diff --git a/final/runtime/test/ompt/worksharing/for/static_serialized.c b/final/runtime/test/ompt/worksharing/for/static_serialized.c new file mode 100644 index 0000000..4860d49 --- /dev/null +++ b/final/runtime/test/ompt/worksharing/for/static_serialized.c @@ -0,0 +1,7 @@ +// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h +// REQUIRES: ompt +// GCC doesn't call runtime for static schedule +// XFAIL: gcc + +#define SCHEDULE static +#include "base_serialized.h" -- cgit v1.2.3