brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · 502397e Raw
10 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h3// REQUIRES: ompt4// GCC doesn't call runtime for static schedule5// XFAIL: gcc6// clang-format on7 8#define SCHEDULE static9#include "base.h"10