Hi Akshay, as noted in https://code.google.com/p/address-sanitizer/issues/detail?id=294, LSan only works well on 64-bit platforms, so this work is only feasible if you're going to target ARM64 or x86_64 (if Android-x86_64 exists at all). Adding other people who may advice on how it's better to start hacking LSan. You may also want to take a look at the previous attempt to port LSan to 32-bit ARM: http://reviews.llvm.org/D3407
Alex On Tue, Apr 29, 2014 at 1:46 PM, Akshay Bastawad <[email protected]> wrote: > Hi , > > I intend to learn and study the source code of Leak sanitizer. And I wish to > develop LSan tool for chromium(for android platform). Can you please > suggest whether its feasible to do so for android ? > If yes , then can you suggest on how to get started for this . > > p.s : I have used Lsan standalone tool as well as Lsan for chromium 64 > bit.Also I have studied basic design of LSan. > > > Thank you , > > Akshay -- 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.
