[llvm] Stop including unordered_map (NFC)
[llvm-project.git] / openmp / runtime / test / ompt / worksharing / for / static_split.c
blobd8c88dd015f29dd00c9f434aace8bee2c3ad3bfc
1 // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_split.h
2 // RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=CHECK-LOOP %S/base_split.h
3 // REQUIRES: ompt
4 // GCC doesn't call runtime for static schedule
5 // XFAIL: gcc
7 #define SCHEDULE static
8 #include "base_split.h"