This is an archive of the discontinued LLVM Phabricator instance.

[ELF2] Implement -T/--script
ClosedPublic

Authored by davide on Oct 10 2015, 8:09 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 37041.Oct 10 2015, 8:09 PM
davide retitled this revision from to [ELF2] Implement -T/--script.
davide updated this object.
davide added reviewers: ruiu, rafael.
davide added a subscriber: llvm-commits.
ruiu accepted this revision.Oct 10 2015, 8:19 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 10 2015, 8:19 PM
ruiu added a comment.Oct 10 2015, 8:19 PM

Actually there's one thing.

ELF/Options.td
109 ↗(On Diff #37041)
def alias_script_T : Separate<["-"], "T">, Alias<script>;
This revision was automatically updated to reflect the committed changes.