[all-commits] [llvm/llvm-project] fa24c4: [sanitizer] Run Stack compression in background th...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Dec 9 10:43:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa24c4a1c07ad17c9709e086d86ca6f792fe79f2
https://github.com/llvm/llvm-project/commit/fa24c4a1c07ad17c9709e086d86ca6f792fe79f2
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-09 (Thu, 09 Dec 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
M compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp
Log Message:
-----------
[sanitizer] Run Stack compression in background thread
Depends on D114495.
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D114498
Commit: d71775cd2ab171b377e32339276f513fd896b585
https://github.com/llvm/llvm-project/commit/d71775cd2ab171b377e32339276f513fd896b585
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-09 (Thu, 09 Dec 2021)
Changed paths:
M compiler-rt/lib/asan/asan_rtl.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cpp
Log Message:
-----------
[asan] Run background thread for asan only on THUMB
As in D114934, or lsan crashes on the same bot.
Compare: https://github.com/llvm/llvm-project/compare/98f5ab6af3ed...d71775cd2ab1
More information about the All-commits
mailing list