[all-commits] [llvm/llvm-project] 37b4c4: [hwasan] Call user provided callback function for ...
Enna1 via All-commits
all-commits at lists.llvm.org
Thu Feb 8 04:06:55 PST 2024
Branch: refs/heads/users/Enna1/hwasan-error-report-callback
Home: https://github.com/llvm/llvm-project
Commit: 37b4c41fba9a4aa4b803eedb0d32bd4ca0c0072f
https://github.com/llvm/llvm-project/commit/37b4c41fba9a4aa4b803eedb0d32bd4ca0c0072f
Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
Date: 2024-02-08 (Thu, 08 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-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