[PATCH] D14858: Support building tsan on android.

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


eugenis added a comment.

In http://reviews.llvm.org/D14858#293651, @danalbert wrote:

> I assume we're going to actually want to go the other direction on this and build a shared library for Android's TSAN (see eugenis' comment on https://android-review.googlesource.com/#/c/120507/1/core/config_sanitizers.mk@68)


Yes, we should use shared runtime library on Android.
See AsanSharedRuntime in SanitizerArgs.h, we need something similar for TSan.


http://reviews.llvm.org/D14858





More information about the cfe-commits mailing list