This is an archive of the discontinued LLVM Phabricator instance.

Fix a bogus warning
ClosedPublic

Authored by rafael on Dec 9 2016, 1:15 PM.

Details

Reviewers
pcc
Summary

We first decide that the symbol is global, than that it should have version foo. Since it was already not the default version, we were producing a bogus warning.

Diff Detail

Event Timeline

rafael updated this revision to Diff 80944.Dec 9 2016, 1:15 PM
rafael retitled this revision from to Fix a bogus warning.
rafael updated this object.
rafael added a reviewer: pcc.
pcc accepted this revision.Dec 9 2016, 2:24 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 9 2016, 2:24 PM
espindola closed this revision.Mar 14 2018, 4:29 PM
espindola added a subscriber: espindola.

289284