LLVM OpenMP 22.0.0git
static_serialized.c
Go to the documentation of this file.
1// clang-format off
2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
3// REQUIRES: ompt
4// GCC doesn't call runtime for static schedule
5// XFAIL: gcc
6// clang-format on
7
8#define SCHEDULE static
9#include "base_serialized.h"