[PATCH] D14858: Support building tsan on android.

Dimitry Ivanov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 20 11:36:43 PST 2015


dimitry added a subscriber: dimitry.
dimitry added a comment.

In http://reviews.llvm.org/D14858#294082, @eugenis wrote:

> I vaguely recall that android runtime loader had some symbol lookup differencies with glibc and that prevented interceptors (when statically linked into the main executable) from working. Maybe it is not the case now.


This is no longer the case... There should be no difference in symbol lookup order between glibc and android linker. If you find any - please let me know. :)


http://reviews.llvm.org/D14858





More information about the cfe-commits mailing list