[PATCH] D13673: Add initial support for the MUSL C library.

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 12 14:18:18 PDT 2015


jroelofs added a comment.

LGTM, with one small nit (and once http://reviews.llvm.org/D13407 lands):


================
Comment at: src/locale.cpp:1176
@@ -1171,3 +1175,3 @@
 }
-#endif // __GLIBC__ || __EMSCRIPTEN__ || __NETBSD__
+#endif // __GLIBC__ || __NETBSD__ || || __EMSCRIPTEN__ || defined(_LIBCXX_LIBC_IS_MUSL)
 
----------------
    s/|| ||/||/


http://reviews.llvm.org/D13673





More information about the cfe-commits mailing list