[PATCH] D74142: [GWP-ASan] Use weak abort message definition.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 10:40:10 PST 2020


pcc added inline comments.


================
Comment at: compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp:12
 
 #ifdef ANDROID
 #include <stdlib.h>
----------------
Who is defining `ANDROID`? Shouldn't the code be checking `__BIONIC__` instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74142





More information about the llvm-commits mailing list