This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
ClosedPublic

Authored by jlpeyton on Jul 25 2018, 3:21 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton created this revision.Jul 25 2018, 3:21 PM
This revision is now accepted and ready to land.Jul 26 2018, 11:45 AM
This revision was automatically updated to reflect the committed changes.