[libcxx-commits] [PATCH] D60743: Allow building without threads in standalone builds

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 16 12:44:10 PDT 2019


mclow.lists added a comment.

Why is this necessary? I just grepped the libc++abi sources, and I see no only two references to `_LIBCPP_HAS_NO_THREADS`, and they're both in comments (which should be fixed, btw, but that's neither here nor there).


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

https://reviews.llvm.org/D60743





More information about the libcxx-commits mailing list