[PATCH] D24690: Replace __ANDROID__ with __BIONIC__.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 18 22:43:47 PDT 2016


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





More information about the cfe-commits mailing list