[all-commits] [llvm/llvm-project] 08d90f: [hwasan] Implement error report callback.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Fri Nov 20 16:49:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 08d90f72cebd72dd0a972565ffcc445e57f50d8a
https://github.com/llvm/llvm-project/commit/08d90f72cebd72dd0a972565ffcc445e57f50d8a
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M compiler-rt/include/sanitizer/hwasan_interface.h
M compiler-rt/lib/hwasan/hwasan_interface_internal.h
M compiler-rt/lib/hwasan/hwasan_report.cpp
A compiler-rt/test/hwasan/TestCases/set-error-report-callback.cpp
Log Message:
-----------
[hwasan] Implement error report callback.
Similar to __asan_set_error_report_callback, pass the entire report to a
user provided callback function.
Differential Revision: https://reviews.llvm.org/D91825
More information about the All-commits
mailing list