[all-commits] [llvm/llvm-project] 608ffc: tsan: account for mid app range in mem profile
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Sep 22 01:13:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 608ffc98c3b781a3da9b7222d145cade96fda14c
https://github.com/llvm/llvm-project/commit/608ffc98c3b781a3da9b7222d145cade96fda14c
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
Log Message:
-----------
tsan: account for mid app range in mem profile
We account low and high ranges, but forgot abount the mid range.
Account mid range as well.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D110148
More information about the All-commits
mailing list