[all-commits] [llvm/llvm-project] 29ff26: [HWASan] Remove incorrect unreachable.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Fri Aug 5 13:14:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29ff262761aff2e45cfa11659f677de83a830017
https://github.com/llvm/llvm-project/commit/29ff262761aff2e45cfa11659f677de83a830017
Author: Florian Mayer <fmayer at google.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M compiler-rt/lib/hwasan/hwasan.cpp
Log Message:
-----------
[HWASan] Remove incorrect unreachable.
This function could be called wih access_info & 0x20 or with
flags()->halt_on_error, in which case HandleTagMismatch returns (is not
fatal).
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D131279
More information about the All-commits
mailing list