[libc++] Clean up `_LIBCPP_HAS_NO_PLATFORM_WAIT` macro
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. Differential Revision: https://reviews.llvm.org/D132715
Loading
Please sign in to comment