forked from OSchip/llvm-project
[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:
parent
bfc4f29f46
commit
1b723a955d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue