This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Linkerscript: implemented FILL command as alias for =fillexpr
ClosedPublic

Authored by grimar on Sep 5 2016, 3:00 AM.

Details

Summary

In compare with D24186 patch which provides implementation that is
fully equal to specification, this patch implements FILL just as alias
for =fillexpr.
This allows to make implementation much shorted and simpler.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 70312.Sep 5 2016, 3:00 AM
grimar retitled this revision from to [ELF] - Linkerscript: implemented FILL command as alias for =fillexpr.
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: grimar, llvm-commits, davide, evgeny777.
rafael accepted this revision.Sep 6 2016, 6:35 AM
rafael edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 6 2016, 6:35 AM
This revision was automatically updated to reflect the committed changes.