This is an archive of the discontinued LLVM Phabricator instance.

llvm-lto2: Simpler workaround for PR30396.
ClosedPublic

Authored by pcc on Nov 30 2016, 3:17 PM.

Details

Summary

Maintain the command line resolutions as a map to a list of resolutions
rather than a single resolution, and apply the resolutions in the order
observed. This is not only simpler but allows us to test the scenario where
the two symbols have different resolutions.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 79825.Nov 30 2016, 3:17 PM
pcc retitled this revision from to llvm-lto2: Simpler workaround for PR30396..
pcc updated this object.
pcc added a reviewer: davide.
pcc added a subscriber: llvm-commits.
mehdi_amini accepted this revision.Nov 30 2016, 3:23 PM
mehdi_amini added a reviewer: mehdi_amini.

LGTM.

This revision is now accepted and ready to land.Nov 30 2016, 3:23 PM
This revision was automatically updated to reflect the committed changes.
davide edited edge metadata.Nov 30 2016, 4:03 PM

this looks good. thanks