This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Fix MASM support for nested unnamed STRUCTs and UNIONs
ClosedPublic

Authored by epastor on Jul 7 2020, 2:35 PM.

Details

Summary

Fix MASM support for nested unnamed STRUCTs and UNIONs

Diff Detail

Event Timeline

epastor created this revision.Jul 7 2020, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 2:35 PM
epastor updated this revision to Diff 276220.Jul 7 2020, 2:50 PM

Avoid re-implementing alignTo.

thakis accepted this revision.Jul 11 2020, 7:23 PM
thakis added inline comments.
llvm/test/tools/llvm-ml/struct.test
158

Can you add another field after the unnamed struct, just to check that that does the right thing?

This revision is now accepted and ready to land.Jul 11 2020, 7:23 PM
This revision was automatically updated to reflect the committed changes.