[all-commits] [llvm/llvm-project] c7a4ed: tsan: make IsMetaMem accept u32*
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Aug 5 04:36:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7a4ede3511692a58627a9eedb8518dcef6c9a97
https://github.com/llvm/llvm-project/commit/c7a4ede3511692a58627a9eedb8518dcef6c9a97
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
M compiler-rt/lib/tsan/rtl/tsan_platform.h
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
Log Message:
-----------
tsan: make IsMetaMem accept u32*
MemToMeta returns u32*, so it's reasonable for IsMetaMem
to accept u32* as well.
Changing the argument type just removes few type casts.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D107481
More information about the All-commits
mailing list