For serialized parallel regions, wrong ids were reported. Now the same code is used as in kmp_dispatch.cpp which emits the correct ids. Differential Revision: http://reviews.llvm.org/D18348 llvm-svn: 264266
8 lines
193 B
C
8 lines
193 B
C
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
|
|
// REQUIRES: ompt
|
|
// GCC doesn't call runtime for static schedule
|
|
// XFAIL: gcc
|
|
|
|
#define SCHEDULE static
|
|
#include "base.h"
|