[all-commits] [llvm/llvm-project] b7cc40: [hwasan] Call user provided callback function for ...
Enna1 via All-commits
all-commits at lists.llvm.org
Fri Feb 9 17:10:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7cc401df5ac714f5de0cbc64e6c7083d2c1d712
https://github.com/llvm/llvm-project/commit/b7cc401df5ac714f5de0cbc64e6c7083d2c1d712
Author: Enna1 <xumingjie.enna1 at bytedance.com>
Date: 2024-02-10 (Sat, 10 Feb 2024)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
Log Message:
-----------
[hwasan] Call user provided callback function for both fatal and non-… (#80429)
…fatal error report
This makes the behavior of HWASan matching with ASan: always call user
provided callback function for an error report, but only call
`SetAbortMessage()` on Android when `flags()->halt_on_error` is true.
More information about the All-commits
mailing list