[compiler-rt] 1b723a9 - [sanitizer] Disable use_tls_dynamic on on-Android x86 Linux.

Vy Nguyen via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 08:46:00 PST 2020


Author: Vy Nguyen
Date: 2020-11-30T11:45:36-05:00
New Revision: 1b723a955da04d5a4fc7953c86045b8ef6da2881

URL: https://github.com/llvm/llvm-project/commit/1b723a955da04d5a4fc7953c86045b8ef6da2881
DIFF: https://github.com/llvm/llvm-project/commit/1b723a955da04d5a4fc7953c86045b8ef6da2881.diff

LOG: [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

Added: 
    

Modified: 
    compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp

Removed: 
    


################################################################################
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 <assert.h>


        


More information about the llvm-commits mailing list