[Openmp-commits] [PATCH] D49823: [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 25 15:21:38 PDT 2018


jlpeyton created this revision.
jlpeyton added reviewers: tlwilmar, AndreyChurbanov, omalyshe.
jlpeyton added a project: OpenMP.
Herald added a subscriber: guansong.

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


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D49823

Files:
  runtime/src/kmp.h
  runtime/src/kmp_global.cpp
  runtime/src/kmp_lock.cpp
  runtime/src/kmp_settings.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49823.157379.patch
Type: text/x-patch
Size: 3901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180725/a44d7103/attachment.bin>


More information about the Openmp-commits mailing list