[libcxx-commits] [PATCH] D66518: [libcxx] Only declare contents of threading API when _LIBCPP_HAS_THREAD_API_EXTERNAL is not defined.
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 21 08:20:36 PDT 2019
mclow.lists accepted this revision.
mclow.lists added a comment.
This seems to work for me (pthreads and nothreads).
In general, I think we're playing "whack-a-mole' with this chunk of code, and I've become fairly unhappy with it.
I'll be doing some cleanup here after the release goes out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66518/new/
https://reviews.llvm.org/D66518
More information about the libcxx-commits
mailing list