This is an archive of the discontinued LLVM Phabricator instance.

[ELF2] Add ENTRY command to the linker script
ClosedPublic

Authored by denis-protivensky on Oct 7 2015, 6:57 AM.

Diff Detail

Event Timeline

denis-protivensky retitled this revision from to [ELF2] Add ENTRY command to the linker script.
denis-protivensky updated this object.
denis-protivensky added reviewers: ruiu, rafael.
denis-protivensky added a project: lld.
denis-protivensky added a subscriber: llvm-commits.
ruiu accepted this revision.Oct 7 2015, 7:27 AM
ruiu edited edge metadata.

LGTM with nits.

ELF/LinkerScript.cpp
41

Sort.

53–56

Move ENTRY before GROUP to sort them.

151–159

Move this above readGroup.

test/elf2/linkerscript.s
27

Indent with two spaces.

This revision is now accepted and ready to land.Oct 7 2015, 7:27 AM

Will fix style and sort members before commit.

This revision was automatically updated to reflect the committed changes.