From 1b723a955da04d5a4fc7953c86045b8ef6da2881 Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Sat, 28 Nov 2020 21:09:21 -0500 Subject: [PATCH] [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 --- compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp b/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp index 14368ef407be..be1cdc943c6a 100644 --- a/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp +++ b/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp @@ -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