As the comment suggests, _LIBCPP_HAS_NO_PLATFORM_WAIT is not documented or
defined anywhere internally in the build system. It's a direct define in terms
of _LIBCPP_HAS_NO_THREADS. So, remove _LIBCPP_HAS_NO_PLATFORM_WAIT and use
_LIBCPP_HAS_NO_THREADS instead to control the desired behavior.
Details
Details
- Reviewers
ldionne Mordante var-const philnik - Group Reviewers
Restricted Project - Commits
- rGf97cc6b71202: [libc++] Clean up `_LIBCPP_HAS_NO_PLATFORM_WAIT` macro
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo