[PATCH] D14858: Support building tsan on android.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 20 11:54:25 PST 2015


eugenis added a comment.

OK, it sounds like static runtime would work fine.
We would still need a way to switch to the shared runtime for the apps (the workflow when we LD_PRELOAD the runtime into the Zygote to run instrumented apps on a non-instrumented device). Something like -shared-libasan flag but for TSan. Does not have to be done now.

LGTM


http://reviews.llvm.org/D14858





More information about the cfe-commits mailing list