This is an archive of the discontinued LLVM Phabricator instance.

Deduplicate S_CONSTANTs in LLD.
ClosedPublic

Authored by akhuang on Jun 11 2019, 10:40 AM.

Details

Summary

Deduplicate S_CONSTANTS when linking, if they have the same value.

Diff Detail

Repository
rL LLVM

Event Timeline

akhuang created this revision.Jun 11 2019, 10:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2019, 10:40 AM
rnk accepted this revision.Jun 11 2019, 10:50 AM

lgtm, thanks!

This revision is now accepted and ready to land.Jun 11 2019, 10:50 AM
This revision was automatically updated to reflect the committed changes.