This is an archive of the discontinued LLVM Phabricator instance.

LTO: Do summary-based prevailing symbol resolution at --lto-O0.
ClosedPublic

Authored by pcc on May 25 2017, 3:19 PM.

Details

Summary

Prevailing symbol resolution is necessary for correctness. Without
this we can end up dropping a referenced linkonce symbol from the link.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.May 25 2017, 3:19 PM
This revision is now accepted and ready to land.May 25 2017, 4:37 PM
This revision was automatically updated to reflect the committed changes.