This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Drop non-prevailing non-ODR weak to declarations
ClosedPublic

Authored by tejohnson on Jan 17 2017, 7:31 AM.

Details

Summary

Allow non-ODR weak/linkonce non-prevailing copies to be marked
as available_externally in the index. Add support for dropping these to
declarations in the backend.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Jan 17 2017, 7:31 AM
This revision is now accepted and ready to land.Jan 20 2017, 9:24 AM
This revision was automatically updated to reflect the committed changes.