This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][AIX] Limit attribute aligned to 4096.
ClosedPublic

Authored by sfertile on Aug 4 2021, 12:53 PM.

Details

Summary

Limit the maximum alignment for attribute aligned to 4096 to match the limit of the .align pseudo op in the system assembler.

Diff Detail

Event Timeline

sfertile created this revision.Aug 4 2021, 12:53 PM
sfertile requested review of this revision.Aug 4 2021, 12:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2021, 12:53 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sfertile updated this revision to Diff 364264.Aug 4 2021, 3:12 PM

Fix formatting.

This revision is now accepted and ready to land.Aug 5 2021, 4:27 AM
This revision was automatically updated to reflect the committed changes.