repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] Stop including unordered_map (NFC)
[llvm-project.git]
/
openmp
/
runtime
/
test
/
ompt
/
worksharing
/
for
/
auto_serialized.c
blob
f756166fe9826212ecbcd5f8439faf47a946b339
1
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
2
// REQUIRES: ompt
3
// GCC doesn't call runtime for auto = static schedule
4
// XFAIL: gcc
5
6
#define SCHEDULE auto
7
#include
"base_serialized.h"