This is an archive of the discontinued LLVM Phabricator instance.

[SafeStack] Use Align instead of uint64_t
ClosedPublic

Authored by aeubanks on Dec 9 2021, 1:20 PM.

Details

Summary

It is better typed, and the calls to getAlignment() are deprecated.

Diff Detail

Event Timeline

aeubanks created this revision.Dec 9 2021, 1:20 PM
aeubanks requested review of this revision.Dec 9 2021, 1:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2021, 1:20 PM
gchatelet accepted this revision.Dec 14 2021, 12:15 PM

Please make sure that the tests are passing before submitting (rebase if necessary) but LGTM. Thx for the patch!

This revision is now accepted and ready to land.Dec 14 2021, 12:15 PM
This revision was landed with ongoing or failed builds.Dec 15 2021, 2:41 PM
This revision was automatically updated to reflect the committed changes.