[llvm] Stop including unordered_map (NFC)
[llvm-project.git] / openmp / runtime / test / ompt / worksharing / for / runtime_split.c
blob7a677edbfd0e3a7a3f15969c4305a9fb9fd85f04
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 // UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
6 #define SCHEDULE runtime
7 #include "base_split.h"