This is an archive of the discontinued LLVM Phabricator instance.

ModuleLinker: Do not import linkonce/weak as "external_weak"
ClosedPublic

Authored by mehdi_amini on Apr 19 2016, 8:49 AM.

Details

Summary

There is no reason to have a weak reference because the external
definition will be weak.

Diff Detail

Event Timeline

mehdi_amini retitled this revision from to ModuleLinker: Do not import linkonce/weak as "external_weak".
mehdi_amini updated this object.
mehdi_amini added a reviewer: rafael.
mehdi_amini added subscribers: tejohnson, llvm-commits.
rafael edited edge metadata.Apr 19 2016, 9:08 AM
rafael added a subscriber: rafael.

LGTM

mehdi_amini accepted this revision.Apr 19 2016, 9:17 AM
mehdi_amini added a reviewer: mehdi_amini.

(approved by Rafael on the mailing list)

This revision is now accepted and ready to land.Apr 19 2016, 9:17 AM