[PATCH] D31300: Disable use_tls_dynamic on 32-bit linux
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 07:19:11 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL298847: Disable use_tls_dynamic on 32-bit linux (authored by fjricci).
Changed prior to commit:
https://reviews.llvm.org/D31300?vs=92937&id=93134#toc
Repository:
rL LLVM
https://reviews.llvm.org/D31300
Files:
compiler-rt/trunk/test/lsan/TestCases/use_tls_dynamic.cc
Index: compiler-rt/trunk/test/lsan/TestCases/use_tls_dynamic.cc
===================================================================
--- compiler-rt/trunk/test/lsan/TestCases/use_tls_dynamic.cc
+++ compiler-rt/trunk/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.93134.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170327/b396a718/attachment.bin>
More information about the llvm-commits
mailing list