[all-commits] [llvm/llvm-project] cfed8d: tsan: rename test Mutex to UserMutex
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Jul 23 00:12:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfed8d0fafac43b45bbbe6248e1c29b17c91de67
https://github.com/llvm/llvm-project/commit/cfed8d0fafac43b45bbbe6248e1c29b17c91de67
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M compiler-rt/lib/tsan/tests/rtl/tsan_bench.cpp
M compiler-rt/lib/tsan/tests/rtl/tsan_mop.cpp
M compiler-rt/lib/tsan/tests/rtl/tsan_mutex.cpp
M compiler-rt/lib/tsan/tests/rtl/tsan_test_util.h
M compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp
Log Message:
-----------
tsan: rename test Mutex to UserMutex
Rename Mutex class in tests to avoid conflicts with sanitizer_common Mutex.
Reviewed By: vitalybuka, melver
Differential Revision: https://reviews.llvm.org/D106547
More information about the All-commits
mailing list