[sanitizer] Disable use_tls_dynamic on on-Android x86 Linux.

https://bugs.chromium.org/p/chromium/issues/detail?id=1153421

Differential Revision: https://reviews.llvm.org/D92273
This commit is contained in:
Vy Nguyen 2020-11-28 21:09:21 -05:00
parent bfc4f29f46
commit 1b723a955d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=1" %run %t 2>&1
// RUN: %env_lsan_opts="" %run %t 2>&1
// UNSUPPORTED: arm,powerpc
// UNSUPPORTED: arm,powerpc,i386-linux && !android
#ifndef BUILD_DSO
#include <assert.h>