[all-commits] [llvm/llvm-project] f78d49: tsan: remove old vector clocks
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Dec 21 10:54:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f78d49e06883fddb9daaea22077d98fa3e9b4801
https://github.com/llvm/llvm-project/commit/f78d49e06883fddb9daaea22077d98fa3e9b4801
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M compiler-rt/lib/tsan/go/build.bat
M compiler-rt/lib/tsan/go/buildgo.sh
M compiler-rt/lib/tsan/rtl/CMakeLists.txt
R compiler-rt/lib/tsan/rtl/tsan_clock.cpp
R compiler-rt/lib/tsan/rtl/tsan_clock.h
M compiler-rt/lib/tsan/rtl/tsan_defs.h
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
M compiler-rt/lib/tsan/rtl/tsan_sync.h
M compiler-rt/lib/tsan/tests/unit/CMakeLists.txt
R compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cpp
Log Message:
-----------
tsan: remove old vector clocks
They are unused in the new tsan runtime.
Depends on D112604.
Reviewed By: vitalybuka, melver
Differential Revision: https://reviews.llvm.org/D112605
More information about the All-commits
mailing list