[all-commits] [llvm/llvm-project] 9ef451: [hwasan] Offline symbolization script.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Mon Dec 9 13:46:30 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ef451d1fdaa9a1cadf1a99c3540253a0e9c118d
https://github.com/llvm/llvm-project/commit/9ef451d1fdaa9a1cadf1a99c3540253a0e9c118d
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M compiler-rt/lib/hwasan/CMakeLists.txt
A compiler-rt/lib/hwasan/scripts/CMakeLists.txt
A compiler-rt/lib/hwasan/scripts/hwasan_symbolize
Log Message:
-----------
[hwasan] Offline symbolization script.
Summary:
A script to symbolize hwasan reports after the fact using unstripped
binaries. Supports stack-based reports. Requires llvm-symbolizer
(addr2line is not an option).
Reviewers: pcc, hctim
Subscribers: mgorny, #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D71148
More information about the All-commits
mailing list