This is an archive of the discontinued LLVM Phabricator instance.

Default stack alignment of x86 NaCl to 16 bytes
ClosedPublic

Authored by fabiansommer on May 17 2021, 4:22 AM.

Details

Summary

X86 NaCl generally requires the stack to be aligned to 16 bytes.
This change was already implemented in two downstream NaCl compilers
based on llvm.

Diff Detail

Event Timeline

fabiansommer created this revision.May 17 2021, 4:22 AM
fabiansommer requested review of this revision.May 17 2021, 4:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2021, 4:22 AM
dschuff accepted this revision.May 17 2021, 6:10 PM
This revision is now accepted and ready to land.May 17 2021, 6:10 PM

(do you want me to land this?)

That would be great, thanks!

This revision was automatically updated to reflect the committed changes.