diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-07-30 12:42:35 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-30 12:55:13 +0200 |
commit | ce52e0339f0ae1e7ac915f041b3f4d32081f648e (patch) | |
tree | 39540f493183aa0c9359c9e42d431b6acee4d4d6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4ab76659198463eb838a0dcef696704186fe036c (diff) | |
download | llvm-ce52e0339f0ae1e7ac915f041b3f4d32081f648e.zip llvm-ce52e0339f0ae1e7ac915f041b3f4d32081f648e.tar.gz llvm-ce52e0339f0ae1e7ac915f041b3f4d32081f648e.tar.bz2 |
tsan: fix another latent race size bug in test
The test contains a race in memset.
The size of reported race depends on how the accessed
memory range split into granules inside of tsan runtime.
The test used to report access of size 8, because presumably
the buffer ended up being aligned to 8 bytes. But after
some unrelated changes this test started to report accesses
of size 1 (presumably .data layout changed), which makes
the test fail.
Guarantee alignment of the buf object explicitly.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107149
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions