[PATCH] D18174: Fix libcxx build on musl

Khem Raj via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 15 12:46:32 PDT 2016


raj.khem added a comment.

I think my problem was that while compiling libcxxabi, it wants to peek into libcxx headers but then libcxxabi cmake infra doesnt have the musl support like libcxx. So Now I solved it by adding -D_LIBCPP_HAS_MUSL_LIBC to CXXFLAGS.


http://reviews.llvm.org/D18174





More information about the cfe-commits mailing list