This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add support for -no-gc-sections flag
ClosedPublic

Authored by phosek on Sep 6 2016, 11:01 AM.

Details

Summary

This flag is supported by both BFD ld and gold and is occasionally used to negate the effect of -gc-sections flag.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek updated this revision to Diff 70432.Sep 6 2016, 11:01 AM
phosek retitled this revision from to [ELF] Add support for -no-gc-sections flag.
phosek updated this object.
phosek added a reviewer: ruiu.
phosek added a project: lld.
phosek added a subscriber: llvm-commits.
ruiu accepted this revision.Sep 6 2016, 11:03 AM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 6 2016, 11:03 AM
This revision was automatically updated to reflect the committed changes.