This is an archive of the discontinued LLVM Phabricator instance.

[NFC] factor isStandardLifetime out of HWASan
ClosedPublic

Authored by fmayer on Feb 2 2022, 11:25 AM.

Details

Summary

this is so we can use it for aarch64 stack tagging.

Diff Detail

Event Timeline

fmayer created this revision.Feb 2 2022, 11:25 AM
fmayer requested review of this revision.Feb 2 2022, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2022, 11:25 AM

I don't think it's worth to add a .cpp file for those two functions for now, but would be happy to do that if you think that's better.

fmayer updated this revision to Diff 405399.Feb 2 2022, 12:51 PM

add cpp file

I don't think it's worth to add a .cpp file for those two functions for now, but would be happy to do that if you think that's better.

Added to Transform/Utils. PTAL.

eugenis accepted this revision.Feb 2 2022, 1:07 PM

LGTM

This revision is now accepted and ready to land.Feb 2 2022, 1:07 PM
This revision was landed with ongoing or failed builds.Feb 2 2022, 1:24 PM
This revision was automatically updated to reflect the committed changes.