This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Implement semantic action for ENTRY linker script command
ClosedPublic

Authored by davide on Jan 31 2015, 4:59 PM.

Diff Detail

Event Timeline

davide updated this revision to Diff 19105.Jan 31 2015, 4:59 PM
davide retitled this revision from to [ELF] Implement semantic action for ENTRY linker script command.
davide updated this object.
davide edited the test plan for this revision. (Show Details)
davide added reviewers: rafaelauler, ruiu, Bigcheese.
davide set the repository for this revision to rL LLVM.
davide added a project: lld.
davide added subscribers: emaste, Unknown Object (MLST).
shankarke accepted this revision.Jan 31 2015, 6:13 PM
shankarke added a reviewer: shankarke.
shankarke added a subscriber: shankarke.

LGTM.

This revision is now accepted and ready to land.Jan 31 2015, 6:13 PM
ruiu accepted this revision.Jan 31 2015, 7:14 PM
ruiu edited edge metadata.

LGTM

lib/Driver/GnuLdDriver.cpp
292

nit: I'd choose a shorter name for entrySymbol, like e or entry, because the scope of the variable is very short (two lines).

davide closed this revision.Feb 1 2015, 10:30 PM