[PATCH] D31300: Disable use_tls_dynamic on 32-bit linux

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 06:55:07 PDT 2017


fjricci updated this revision to Diff 92937.
fjricci added a comment.

Use UNSUPPORTED


https://reviews.llvm.org/D31300

Files:
  test/lsan/TestCases/use_tls_dynamic.cc


Index: test/lsan/TestCases/use_tls_dynamic.cc
===================================================================
--- test/lsan/TestCases/use_tls_dynamic.cc
+++ test/lsan/TestCases/use_tls_dynamic.cc
@@ -5,6 +5,7 @@
 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=1" %run %t 2>&1
 // RUN: LSAN_OPTIONS="" %run %t 2>&1
+// UNSUPPORTED: i386-linux,i686-linux
 
 #ifndef BUILD_DSO
 #include <assert.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31300.92937.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170324/14506e93/attachment.bin>


More information about the llvm-commits mailing list