This is an archive of the discontinued LLVM Phabricator instance.

Don't warn if a symbol is assigned to the same version twice, but error if it is assigned to multiple
ClosedPublic

Authored by espindola on Mar 2 2018, 5:52 PM.

Details

Reviewers
ruiu
davide
Summary

It looks like the problem described in

https://reviews.llvm.org/D21555

Is that we would error if a symbol was assigned to the same version twice. It looks like we can avoid the warning in that case and actually error if a symbol is placed in conflicting versions.

This fixes pr28342.

Diff Detail

Event Timeline

espindola created this revision.Mar 2 2018, 5:52 PM
davide accepted this revision.Mar 3 2018, 11:15 AM

LGTM, thanks Rafael.

This revision is now accepted and ready to land.Mar 3 2018, 11:15 AM