[all-commits] [llvm/llvm-project] 358161: tsan: pass thr/pc to MemoryResetRange
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Aug 5 07:57:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35816163f26b14122895ce0d0ea3b44e9d23ff3f
https://github.com/llvm/llvm-project/commit/35816163f26b14122895ce0d0ea3b44e9d23ff3f
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/go/tsan_go.cpp
Log Message:
-----------
tsan: pass thr/pc to MemoryResetRange
Pass thr/pc args to MemoryResetRange as we do everywhere.
Currently they are unused by MemoryResetRange,
but there is no reason to be inconsistent.
Depends on D107562.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107563
More information about the All-commits
mailing list