summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2017-01-31 01:53:36 +0000
committerTim Shen <timshen91@gmail.com>2017-01-31 01:53:36 +0000
commit1490662a76d7488609ed993cf4499b26e3a6774f (patch)
treea5eaf3359b08880107d48f0a02853401cc132d3d /test/sanitizer_common
parentfe1f3f3774d0bd44e8bb981e8e20d02777d5c784 (diff)
[compiler-rt] Don't change g_tls_size after initialization.
Summary: g_tls_size is not supposed to be changed after initialization. It's not atomic, not guarded by a lock, nor thread_local. But it's read by multiple threads. The reason why it's mutated is mips and powerpc64 specific. We can implement the same funcitonality without mutating g_tls_size. I'm not sure how to write a test for this. Please advice. Thanks! Reviewers: eugenis, kcc Subscribers: kubamracek, dberris, llvm-commits Differential Revision: https://reviews.llvm.org/D29236 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
0 files changed, 0 insertions, 0 deletions