This is an archive of the discontinued LLVM Phabricator instance.

Print alignment in decimal instead of hexadecimal.
ClosedPublic

Authored by ruiu on Jan 28 2017, 5:24 PM.

Details

Summary

Previously, we were printing out something like this for
sections/symbols with alignment 16

0000000000201000 0000000000000182    10 .data

which I think confusing. I think printing it in decimal is
better.

Event Timeline

ruiu created this revision.Jan 28 2017, 5:24 PM
pcc added a subscriber: pcc.Jan 30 2017, 7:42 PM

Can you please make the same change to the COFF linker?

ruiu added a comment.Jan 31 2017, 12:53 PM

Made the same change to COFF.

This revision was automatically updated to reflect the committed changes.