[all-commits] [llvm/llvm-project] a63932: [lsan] Allow suppression of "unknown module"
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Mar 15 13:36:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a63932a8152d23acf2905a1956b95b290d6703ad
https://github.com/llvm/llvm-project/commit/a63932a8152d23acf2905a1956b95b290d6703ad
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M compiler-rt/lib/lsan/lsan_common.cpp
A compiler-rt/test/lsan/TestCases/Linux/dso-unknown.cpp
Log Message:
-----------
[lsan] Allow suppression of "unknown module"
If sanitizer cannot determine name of the module it
will use "<unknown module>". Then it can be suppressed
if needed.
Reviewed By: kda
Differential Revision: https://reviews.llvm.org/D121674
More information about the All-commits
mailing list