This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Make sure we use __ulock on Apple platforms
ClosedPublic

Authored by ldionne on Jul 7 2023, 6:40 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGb5a9f9f6dc06: [libc++] Make sure we use __ulock on Apple platforms
Summary

We forgot to include the header, which means that _LIBCPP_USE_ULOCK was
always undefined and we'd always use the fallback. Note that this doesn't
seem to fix https://github.com/llvm/llvm-project/issues/63737.

Diff Detail

Event Timeline

ldionne created this revision.Jul 7 2023, 6:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2023, 6:40 AM
ldionne requested review of this revision.Jul 7 2023, 6:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2023, 6:40 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 7 2023, 2:15 PM
This revision is now accepted and ready to land.Jul 7 2023, 2:15 PM
This revision was automatically updated to reflect the committed changes.