joker.eph added inline comments. ================ Comment at: lib/LTO/LTO.cpp:90 @@ +89,3 @@ + if (GlobalValue::isLocalLinkage(S->linkage())) + S->setLinkage(GlobalValue::ExternalLinkage); + } else { ---------------- This does not sound correct to me. http://reviews.llvm.org/D20290