This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][SystemZ][z/OS] Update libcxx/src/debug.cpp to accommodate POSIX(OFF)
AbandonedPublic

Authored by DanielMcIntosh-IBM on Nov 2 2021, 3:13 PM.

Details

Reviewers
Quuxplusone
EricWF
jroelofs
mclow.lists
ldionne
Group Reviewers
Restricted Project
Summary

Use a wrapper class around std::mutex to prevent calls to mutex functions when
the threading API is disabled.

Depends on D110349

Diff Detail