[all-commits] [llvm/llvm-project] d41233: tsan: introduce kAccessFree
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Aug 4 09:03:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d41233e9cf12b85b4f856fe6f4c881211b29534c
https://github.com/llvm/llvm-project/commit/d41233e9cf12b85b4f856fe6f4c881211b29534c
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
Log Message:
-----------
tsan: introduce kAccessFree
Add kAccessFree memory access flag (similar to kAccessVptr).
In preparation for MemoryAccess refactoring.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107464
More information about the All-commits
mailing list