[PATCH] D13673: Add initial support for the MUSL C library.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 16 15:00:29 PDT 2015
EricWF added a comment.
Thanks for the quick turn around. This patch is almost ready to land but still needs a couple more changes.
================
Comment at: CMakeLists.txt:320
@@ -318,1 +319,3 @@
+config_define_if(LIBCXX_LIBC_IS_MUSL _LIBCPP_HAS_MUSL_LIBC)
+
----------------
Yes please, I wasn't going to ask but I would prefer `LIBCXX_HAS_MUSL_LIBC`.
http://reviews.llvm.org/D13673
More information about the cfe-commits
mailing list