This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Fix STRUCT field alignment
ClosedPublic

Authored by epastor on Sep 1 2020, 8:01 AM.

Details

Summary

MASM aligns fields to the _minimum_ of the STRUCT alignment value and the size of the next field.

Diff Detail

Event Timeline

epastor created this revision.Sep 1 2020, 8:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2020, 8:01 AM
epastor requested review of this revision.Sep 1 2020, 8:01 AM
epastor updated this revision to Diff 289242.Sep 1 2020, 11:52 AM

Sync to HEAD

thakis accepted this revision.Sep 3 2020, 1:08 PM
This revision is now accepted and ready to land.Sep 3 2020, 1:08 PM
epastor updated this revision to Diff 290315.Sep 7 2020, 10:32 AM

Rebase to HEAD

This revision was landed with ongoing or failed builds.Sep 7 2020, 10:59 AM
This revision was automatically updated to reflect the committed changes.