This is an archive of the discontinued LLVM Phabricator instance.

[LLD] COFF: /include'd symbols must be preserved
Needs ReviewPublic

Authored by ruiu on Jun 3 2015, 10:12 AM.

Details

Reviewers
pcc
Summary

Not only entry point symbol but also symbols specified by /include
option must be preserved, as they will never be dead-stripped.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 27052.Jun 3 2015, 10:12 AM
ruiu retitled this revision from to [LLD] COFF: /include'd symbols must be preserved.
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: pcc.
ruiu added a subscriber: Unknown Object (MLST).
pcc edited edge metadata.Jun 3 2015, 11:27 AM

LGTM with a test case.

Peter