This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Remove incorrect unreachable.
ClosedPublic

Authored by fmayer on Aug 5 2022, 12:11 PM.

Details

Summary

This function could be called wih access_info & 0x20 or with
flags()->halt_on_error, in which case HandleTagMismatch returns (is not
fatal).

Diff Detail

Event Timeline

fmayer created this revision.Aug 5 2022, 12:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2022, 12:11 PM
Herald added a subscriber: Enna1. · View Herald Transcript
fmayer published this revision for review.Aug 5 2022, 12:18 PM
fmayer added a reviewer: eugenis.
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2022, 12:18 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.Aug 5 2022, 1:12 PM

LGTM

This revision is now accepted and ready to land.Aug 5 2022, 1:12 PM
This revision was automatically updated to reflect the committed changes.