On Wed, May 6, 2015 at 12:59 PM, Yuri Gribov <[email protected]> wrote: > On Wed, May 6, 2015 at 10:57 PM, 'Evgeniy Stepanov' via > address-sanitizer <[email protected]> wrote: >> Again, sorry for the delayed response. >> >> There were lots of ASan-related changes both in LLVM repo and in AOSP >> in the last two weeks. You were right, ASan in AOSP was limited to >> ARM, and it still is, but we plan to add AArch64 and probably X86 soon >> (in fact it might work already if you update the #if guards). Other >> than that, ASan works out-of-the-box on AOSP master branch (we tested >> on Nexus 5). > > While at it, do you have plans to enable it in GCC?
I don't plan to do that, even if it's probably not that hard, using the ASan runtime built from external/compiler-rt instead of whatever gcc toolchain contains. Linking is done in the Android build system (i.e. -nostdlib and explicit -lclang_rt.asan...), so nothing gcc-specific here either. Contributions are welcome. > > -Y > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
