diff options
| author | Dan Blackwell <dan_blackwell@apple.com> | 2025-11-03 14:59:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 14:59:49 +0000 |
| commit | 1c094a1ce2ef15b5855b11aa85dbb2f1eea54f13 (patch) | |
| tree | b35aa89ceef59b063954608a91900ff23d65a799 /llvm/tools/llvm-diff/lib/DiffConsumer.cpp | |
| parent | 7c9f137b3ce775a5a4f9eee54700e1591a4a9f9d (diff) | |
| download | llvm-1c094a1ce2ef15b5855b11aa85dbb2f1eea54f13.zip llvm-1c094a1ce2ef15b5855b11aa85dbb2f1eea54f13.tar.gz llvm-1c094a1ce2ef15b5855b11aa85dbb2f1eea54f13.tar.bz2 | |
[TSan][Test-Only] Account for race in cxa_guard_acquire.cpp test (#165853)
It is possible for "Enter potentially blocking region" to come before
"Enter constructor" in this test - if the thread that acquires the guard
fails to reach its printf before the other thread that enters the
blocking region reaches its own printf. Note that for the exit logs this
inversion is not possible.
This patch addresses this by allowing those two log lines to come in
either order.
rdar://163375661
Diffstat (limited to 'llvm/tools/llvm-diff/lib/DiffConsumer.cpp')
0 files changed, 0 insertions, 0 deletions
