[all-commits] [llvm/llvm-project] b80aff: [NFC][sanitizer] Early return for empty StackTraces
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Nov 23 12:54:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b80affb8a1494560c83c6d2bf1164ff8fe031401
https://github.com/llvm/llvm-project/commit/b80affb8a1494560c83c6d2bf1164ff8fe031401
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-11-23 (Tue, 23 Nov 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
Log Message:
-----------
[NFC][sanitizer] Early return for empty StackTraces
Current callers should filter them out anyway,
but with this patch we don't need rely on that assumption.
More information about the All-commits
mailing list