This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Fix stack safety test for old PM.
ClosedPublic

Authored by fmayer on Jul 27 2021, 2:40 AM.

Details

Summary

With the old PM, the stub for __hwasan_generate_tag is still generated
in the IR, but never called.

Diff Detail

Event Timeline

fmayer requested review of this revision.Jul 27 2021, 2:40 AM
fmayer created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2021, 2:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vitalybuka accepted this revision.Jul 27 2021, 10:56 AM
This revision is now accepted and ready to land.Jul 27 2021, 10:56 AM
This revision was landed with ongoing or failed builds.Jul 27 2021, 12:51 PM
This revision was automatically updated to reflect the committed changes.