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.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGb5a9f9f6dc06: [libc++] Make sure we use __ulock on Apple platforms
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo