[all-commits] [llvm/llvm-project] 261d6e: [sanitizer] Simplify __sanitizer::BufferedStackTra...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu May 13 21:26:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 261d6e05d5574bec753ea6b7e9a7f99229927753
https://github.com/llvm/llvm-project/commit/261d6e05d5574bec753ea6b7e9a7f99229927753
Author: Fangrui Song <i at maskray.me>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M compiler-rt/lib/asan/asan_stack.cpp
M compiler-rt/lib/lsan/lsan.cpp
M compiler-rt/lib/msan/msan.cpp
M compiler-rt/lib/tsan/rtl/tsan_stack_trace.cpp
M compiler-rt/lib/ubsan/ubsan_diag_standalone.cpp
Log Message:
-----------
[sanitizer] Simplify __sanitizer::BufferedStackTrace::UnwindImpl implementations
Intended to be NFC. D102046 relies on the refactoring for stack boundaries.
More information about the All-commits
mailing list