This is an archive of the discontinued LLVM Phabricator instance.

Make filler expression compatible with gold.
ClosedPublic

Authored by ruiu on Aug 3 2016, 3:43 PM.

Details

Summary

Previously, a decimal filler expression is interpreted as a byte value.
Gold on the other hand use it as a 32-bit big-endian value.
This patch fixes the compatibility issue.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 66726.Aug 3 2016, 3:43 PM
ruiu retitled this revision from to Make filler expression compatible with gold..
ruiu updated this object.
ruiu added a reviewer: davide.
ruiu added a subscriber: llvm-commits.
davide accepted this revision.Aug 3 2016, 4:24 PM
davide edited edge metadata.

Assuming the output is the same of gold.

This revision is now accepted and ready to land.Aug 3 2016, 4:24 PM
This revision was automatically updated to reflect the committed changes.