[PATCH] D14858: Support building tsan on android.
Dimitry Ivanov via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 20 11:47:59 PST 2015
dimitry added a comment.
The only difference is that main executable group is not RTLD_GLOBAL in android (it is RTLD_GLOBAL in glibc) - so the symbols of DT_NEEDED libraries are not visible by default; the way to enforce this for you library on android is to use -z global ld option
http://reviews.llvm.org/D14858
More information about the cfe-commits
mailing list