[PATCH] D18174: Fix libcxx build on musl

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 15 12:16:41 PDT 2016


bcraig added a comment.

The trouble is that features.h doesn't exist in musl (as far as I know).  That's the biggest reason why _LIBCPP_HAS_MUSL_LIBC is needed.


http://reviews.llvm.org/D18174





More information about the cfe-commits mailing list