[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
This change fixes build errors when building a runtime with adaptive lock stats enabled. Most of the errors were due to the recent changes in the runtime, but it seems that we have not tried to build this debug runtime on Windows for a long time. Patch by Hansang Bae Differential Revision: https://reviews.llvm.org/D49823 git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@338277 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please sign in to comment