[compiler-rt] [hwasan] Use ErrorAction::Recover in interceptors (PR #74000)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 02:14:51 PST 2023


mmalcomson wrote:

I believe a similar change should also be made to the `__hwasan_loadN` and `__hwasan_storeN` calls in `COMMON_SYSCALL_PRE_READ_RANGE` and `COMMON_SYSCALL_PRE_WRITE_RANGE`.
(I.e. use the `noabort` versions).

https://github.com/llvm/llvm-project/pull/74000


More information about the llvm-commits mailing list