[all-commits] [llvm/llvm-project] 5b30eb: tsan: remove "expected" races
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Jul 30 23:55:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b30ebed96ad64d08ab7ffcc75a10785737ed191
https://github.com/llvm/llvm-project/commit/5b30ebed96ad64d08ab7ffcc75a10785737ed191
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_flags.inc
M compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
M compiler-rt/lib/tsan/tests/unit/tsan_flags_test.cpp
Log Message:
-----------
tsan: remove "expected" races
"Expected" races is a very ancient facility used in tsanv1 tests.
It's not used/needed anymore. Remove it.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D107175
More information about the All-commits
mailing list