[PATCH] D31947: [scudo] Android support groundwork

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 14:47:20 PDT 2017


eugenis added a comment.

preinit_array can not be used in a shared library. A library can use -z initfirst, but we probably don't want to go there, and it's not supported on Android.

Let's leave it like this.


https://reviews.llvm.org/D31947





More information about the llvm-commits mailing list