This is an archive of the discontinued LLVM Phabricator instance.

obj2yaml: Correctly round-trip default alignment.
ClosedPublic

Authored by pcc on May 3 2018, 8:48 PM.

Details

Summary

Previously we were emitting the "cooked" alignment, which made it hard
to distinguish between that and the default alignment.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.May 3 2018, 8:48 PM
hans accepted this revision.May 4 2018, 2:01 AM

lgtm

This revision is now accepted and ready to land.May 4 2018, 2:01 AM
This revision was automatically updated to reflect the committed changes.