[libcxx-commits] [PATCH] D65895: Fix a layering violation in mutex - prep for fixing PR42918

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 15 12:07:08 PDT 2019


mclow.lists added a comment.

In D65895#1631335 <https://reviews.llvm.org/D65895#1631335>, @DavidSpickett wrote:

> The move of __thread_id to <__threading_support> has caused a build error for us when _LIBCPP_HAS_THREAD_API_EXTERNAL is true


Well, crud. Sorry for the breakage.
I'll take a look at your patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65895/new/

https://reviews.llvm.org/D65895





More information about the libcxx-commits mailing list