This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Correct linkonce_any function import linkage. NFC.
ClosedPublic

Authored by trentxintong on Nov 26 2018, 9:08 PM.

Details

Summary

This is a NFC as we do not import non-odr vague linkage when computing
for import list for a module.

Diff Detail

Repository
rL LLVM

Event Timeline

trentxintong created this revision.Nov 26 2018, 9:08 PM
This revision is now accepted and ready to land.Nov 28 2018, 6:46 AM
This revision was automatically updated to reflect the committed changes.