This is an archive of the discontinued LLVM Phabricator instance.

ELF: Support INPUT linker script directive
ClosedPublic

Authored by ruiu on Feb 3 2015, 1:43 PM.

Details

Reviewers
rafaelauler
Summary

INPUT directive is a variant of GROUP in the sense that that specifies
a list of input files. The only difference is whether the entire file
list is wrapped with a --start-group/--end-group or not.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 19262.Feb 3 2015, 1:43 PM
ruiu retitled this revision from to ELF: Support INPUT linker script directive.
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: rafaelauler.
ruiu added a project: lld.
ruiu added a subscriber: Unknown Object (MLST).
rafaelauler accepted this revision.Feb 3 2015, 2:00 PM
rafaelauler edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 3 2015, 2:00 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r228060.