[PATCH] D18174: Fix libcxx build on musl
Khem Raj via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 12:06:42 PDT 2016
raj.khem added a comment.
@bcraig, right, check for __GLIBC__ can be moved after including features.h.
https://chromium.googlesource.com/native_client/pnacl-libcxx/+/master%5E!/
seems to add needed tweaks which can be enabled by passing -D__musl__ in CFLAGS
may be it can be backported to 3.8 branch
http://reviews.llvm.org/D18174
More information about the cfe-commits
mailing list