[all-commits] [llvm/llvm-project] 9c491c: [sanitizer] Hook up LZW into stack store
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Dec 3 23:38:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c491c873c2ba239e1e48c050bc28cd08738181d
https://github.com/llvm/llvm-project/commit/9c491c873c2ba239e1e48c050bc28cd08738181d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_stack_store.h
M compiler-rt/lib/sanitizer_common/tests/sanitizer_stack_store_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp
Log Message:
-----------
[sanitizer] Hook up LZW into stack store
Depends on D114503.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D114924
More information about the All-commits
mailing list