This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from af29aaa [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=3 [...] new f82ad77 Enable omp_get_schedule() to return static steal type.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/src/kmp.h | 6 +- runtime/src/kmp_runtime.c | 4 +- .../worksharing/for/omp_for_schedule_runtime.c | 82 ++++++++++++++++++++++ 3 files changed, 88 insertions(+), 4 deletions(-) create mode 100644 runtime/test/worksharing/for/omp_for_schedule_runtime.c