[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
Wed Aug 21 06:55:40 PDT 2019


michaelplatings requested changes to this revision.
michaelplatings added a comment.
This revision now requires changes to proceed.

It looks like if _LIBCPP_HAS_THREAD_API_PTHREAD is defined then with this change you'll be missing everything between lines 115 and 210.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66518





More information about the libcxx-commits mailing list