This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Linkerscript: implement ALIGNOF
ClosedPublic

Authored by evgeny777 on Sep 1 2016, 9:30 AM.

Details

Summary

Implemented ALIGNOF + some refactoring done to script methods invocation.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 updated this revision to Diff 70021.Sep 1 2016, 9:30 AM
evgeny777 retitled this revision from to [ELF] Linkerscript: implement ALIGNOF.
evgeny777 updated this object.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
evgeny777 added subscribers: ikudrin, grimar, llvm-commits.
evgeny777 updated this revision to Diff 70322.Sep 5 2016, 6:13 AM
evgeny777 removed rL LLVM as the repository for this revision.

Rebased + minor code cleanups

evgeny777 updated this revision to Diff 70323.Sep 5 2016, 6:17 AM

Changed file name

ruiu edited edge metadata.Sep 6 2016, 4:21 PM

I'm not sure if this refactoring improves things overall. Can you please factor it out and make this patch focus on one thing, which is the ALIGNOF support?

evgeny777 updated this revision to Diff 70506.Sep 7 2016, 12:36 AM
evgeny777 edited edge metadata.

Addressed review comments

ruiu accepted this revision.Sep 7 2016, 3:29 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 7 2016, 3:29 PM
This revision was automatically updated to reflect the committed changes.