[all-commits] [llvm/llvm-project] 559426: tsan: use Tid/StackID types in MBlock
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Aug 3 03:43:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 559426ae7695321a4609ae6799455f86cbfc2257
https://github.com/llvm/llvm-project/commit/559426ae7695321a4609ae6799455f86cbfc2257
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_defs.h
Log Message:
-----------
tsan: use Tid/StackID types in MBlock
Replace more raw types with Tid/StackID typedefs.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107335
More information about the All-commits
mailing list