Rename Mutex class in tests to avoid conflicts with sanitizer_common Mutex.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106547
tsan: rename test Mutex to UserMutex ClosedPublic Authored by dvyukov on Jul 22 2021, 6:50 AM.
Details
Summary Rename Mutex class in tests to avoid conflicts with sanitizer_common Mutex.
Diff Detail
Event Timelinedvyukov added a child revision: D106379: tsan: switch to the new sanitizer_common mutex.Jul 22 2021, 6:57 AM dvyukov added a child revision: D106558: tsan: ignore interceptors in few more places.Jul 22 2021, 8:21 AM dvyukov removed a child revision: D106379: tsan: switch to the new sanitizer_common mutex.Jul 22 2021, 8:23 AM This revision is now accepted and ready to land.Jul 22 2021, 9:51 AM This revision was landed with ongoing or failed builds.Jul 23 2021, 12:12 AM Closed by commit rGcfed8d0fafac: tsan: rename test Mutex to UserMutex (authored by dvyukov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361103 compiler-rt/lib/tsan/tests/rtl/tsan_bench.cpp
compiler-rt/lib/tsan/tests/rtl/tsan_mop.cpp
compiler-rt/lib/tsan/tests/rtl/tsan_mutex.cpp
compiler-rt/lib/tsan/tests/rtl/tsan_test_util.h
compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp
|