[LLVMdev] Building sanitizers for Android

Evgeniy Stepanov eugenis at google.com
Wed Apr 23 01:02:12 PDT 2014


> Evgeniy wrote:
>> Greg, do you copy binaries to the device on %clang or on %run?
>
> %run.  Can you point me to a case where you needed to override %clang for that?

Shared libraries. Grep -shared in ASan tests. They are not %run
directly, and sometimes not even mentioned on the %run line at all -
some tests dlopen() libraries by a relative path.



More information about the llvm-dev mailing list