[PATCH] D54338: Fix threads build on GNU/Hurd
Kristina Brooks via Phabricator
reviews at reviews.llvm.org
Sun Nov 11 21:04:54 PST 2018
kristina added a comment.
Doesn't `__APPLE__` imply `__MACH__` anyway outside of targets that are way out of scope of libc++? Since IIRC libc++ only runs on Darwin and only in usermode, which has the `__APPLE__` predefined macro even for stuff like PureDarwin .
Repository:
rCXX libc++
https://reviews.llvm.org/D54338
More information about the libcxx-commits
mailing list