[PATCH] D14858: Support building tsan on android.

Dmitry Vyukov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 20 11:25:26 PST 2015


dvyukov added a comment.

> Yes, we should use shared runtime library on Android.


Note that tsan is different from all of asan/msan/ubsan in that it does zillions of calls into runtime, so the indirection will have non-zero runtime cost.
Is it possible to statically link it into something that has the bulk of verified code?


http://reviews.llvm.org/D14858





More information about the cfe-commits mailing list