[libcxx-commits] [PATCH] D66518: [libcxx] Only declare contents of threading API when _LIBCPP_HAS_THREAD_API_EXTERNAL is not defined.
Michael Platings via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 22 01:18:16 PDT 2019
michaelplatings accepted this revision.
michaelplatings added a comment.
This revision is now accepted and ready to land.
I can see that this patch doesn't make much sense in isolation. This patch plus D66480 <https://reviews.llvm.org/D66480> make an alternative to D66301 <https://reviews.llvm.org/D66301>. Hopefully the explanation in D66301 <https://reviews.llvm.org/D66301> makes it clear that we're merely restoring previous behaviour.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66518/new/
https://reviews.llvm.org/D66518
More information about the libcxx-commits
mailing list