This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Linkerscript: add LinkerScript::addInputSection() method.
AbandonedPublic

Authored by grimar on Sep 11 2017, 6:11 AM.

Details

Reviewers
ruiu
rafael
Summary

It was suggested during review of D37561 that "All sections passed to addInputSec should be live.".
Patch do this change.

Diff Detail

Event Timeline

grimar created this revision.Sep 11 2017, 6:11 AM
grimar abandoned this revision.Sep 15 2017, 3:35 AM

In favor of D37735.