[asan] Disable qsort interceptor on Android.
authorEvgenii Stepanov <eugenis@google.com>
Tue, 11 Feb 2020 02:26:18 +0000 (18:26 -0800)
committerEvgenii Stepanov <eugenis@google.com>
Tue, 11 Feb 2020 02:26:18 +0000 (18:26 -0800)
commitf69c83645b81ffbffbce5abfe827f8ff1a965d9f
tree86a3985df8d43a044a872bc2135f50c1b5e5a234
parent4f3c3bbbf85a1283796e0e80c654779e40ce328e
[asan] Disable qsort interceptor on Android.

The interceptor uses thread-local variables, which (until very recently)
are emu-tls. An access to such variable may call malloc which can
deadlock the runtime library.
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h