EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM after addressing the MUSL libc comment.


================
Comment at: include/__config:90
@@ +89,3 @@
+#if defined(__linux__)
+#include <features.h>
+#if !defined(__GLIBC_PREREQ)
----------------
Does MUSL libc have a `features.h`?  This include was previously guarded by if 
`!defined(_LIBCPP_HAS_MUSL_LIBC)`. 


Repository:
  rL LLVM

https://reviews.llvm.org/D24690



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to