Open Quuxplusone opened 7 years ago
Bugzilla Link | PR33181 |
Status | NEW |
Importance | P enhancement |
Reported by | Renato Golin (rengolin@gmail.com) |
Reported on | 2017-05-26 10:31:48 -0700 |
Last modified on | 2018-06-11 19:20:34 -0700 |
Version | unspecified |
Hardware | PC Linux |
CC | adhemerval.zanella@linaro.org, alekseyshlgit@gmail.com, diana.picus@linaro.org, francisjricci@gmail.com, llvm-bugs@lists.llvm.org, mracek@apple.com, vitalybuka@google.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
This is meant for all platforms. I assume that it's failing on ARM Linux because support for tls scanning hasn't been added yet? (If tls scanning is supposed to be supported on ARM Linux, then this test indicates a bug in that scanning).
As long as you disable only for ARM Linux, with a note that support hasn't been added for tls scanning, I'm fine with disabling it on that platform. However, you may also want to default use_tls to false on ARM Linux.
(In reply to Francis Ricci from comment #1)
> This is meant for all platforms. I assume that it's failing on ARM Linux
> because support for tls scanning hasn't been added yet? (If tls scanning is
> supposed to be supported on ARM Linux, then this test indicates a bug in
> that scanning).
>
> As long as you disable only for ARM Linux, with a note that support hasn't
> been added for tls scanning, I'm fine with disabling it on that platform.
> However, you may also want to default use_tls to false on ARM Linux.
http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/lsan/TestCases/many_tls_keys.cc?r1=304010&r2=304009&pathrev=304010
@azanella, Any idea about TLS scanning support in ARMHF?
Is this fixed?