This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Set maximum value to truncate attribute aligned to for static variables on z/OS target
ClosedPublic

Authored by fanbo-meng on Mar 18 2021, 6:49 AM.

Details

Summary

On z/OS there is a hard limitation on on the maximum requestable alignment in aligned attribute for static variables. We need to truncate values greater than that.

Diff Detail

Event Timeline

fanbo-meng requested review of this revision.Mar 18 2021, 6:49 AM
fanbo-meng created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2021, 6:49 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

clang-formatted

remove accidentally included diff patch file

This revision is now accepted and ready to land.Mar 18 2021, 10:02 AM
fanbo-meng set the repository for this revision to rG LLVM Github Monorepo.

rebasing to latest master

This revision was landed with ongoing or failed builds.Mar 29 2021, 6:44 AM
This revision was automatically updated to reflect the committed changes.