This is an archive of the discontinued LLVM Phabricator instance.

Fix PR26152
ClosedPublic

Authored by eugenis on Jan 19 2016, 2:17 PM.

Details

Reviewers
rafael
Summary

Fix the condition for when the new global takes over the name of
the existing one to be the negation of the condition for the new
global to get internal linkage.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis updated this revision to Diff 45303.Jan 19 2016, 2:17 PM
eugenis retitled this revision from to Fix PR26152.
eugenis updated this object.
eugenis added a reviewer: rafael.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: llvm-commits.
rafael accepted this revision.Jan 20 2016, 1:33 PM
rafael edited edge metadata.

LGTM.

Thanks!

This revision is now accepted and ready to land.Jan 20 2016, 1:33 PM