[all-commits] [llvm/llvm-project] 8ed4d2: [NFC][lsan] Use kIgnored in MarkInvalidPCCb
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Dec 7 19:53:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ed4d2819dff7743ab979d184433cba8bffed833
https://github.com/llvm/llvm-project/commit/8ed4d2819dff7743ab979d184433cba8bffed833
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M compiler-rt/lib/lsan/lsan_common.cpp
Log Message:
-----------
[NFC][lsan] Use kIgnored in MarkInvalidPCCb
kIgnored didn't exist when the code was added, but it should be
equivalent to kReachable.
The goal is to refactor MarkInvalidPCCb to avoid StackDepotGet
in StopTheWorld.
More information about the All-commits
mailing list