[PATCH] D71772: [scudo][standalone] Support __BIONIC__

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 09:19:55 PST 2019


pcc added inline comments.


================
Comment at: compiler-rt/lib/scudo/standalone/platform.h:18
 
-#if defined(__ANDROID__)
+#if defined(__ANDROID__) || defined(__BIONIC__)
 #define SCUDO_ANDROID 1
----------------
Maybe just `#if defined(__BIONIC__)`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71772/new/

https://reviews.llvm.org/D71772





More information about the llvm-commits mailing list