[PATCH] D13673: Add initial support for the MUSL C library.
Vasileios Kalintiris via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 14 04:29:07 PDT 2015
vkalintiris added inline comments.
================
Comment at: CMakeLists.txt:309
@@ -307,1 +308,3 @@
+config_define_if(LIBCXX_LIBC_IS_MUSL _LIBCXX_LIBC_IS_MUSL)
+
----------------
EricWF wrote:
> Please name the macro "_LIBCPP_HAS_MUSL_LIBC" for consistency.
Should I rename the corresponding cmake option too?
http://reviews.llvm.org/D13673
More information about the cfe-commits
mailing list