This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286

--- Comment #7 from Yury Gribov <y.gribov at samsung dot com> ---
(In reply to weiguo.zhou from comment #6)
> It seems Google's official docs indicate the asan only supported on Android
> with  LLVM-based clang toolchain.

That was my impression as well.

> in the fact, it should be supported "well"
> on Android with gcc-based toolchain.

I'm not sure what you mean. Is ASan runtime (libasan.so) built when you build
Android cross-compiler? If it's not, then ASan is not supported by GCC on
Android.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]