[PATCH] D35081: [ThinLTO] Allow multiple summary entries.

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 17:29:48 PDT 2017


mehdi_amini added a comment.

In https://reviews.llvm.org/D35081#807172, @fhahn wrote:

> It's @yunlian, so if the issue you described above covers his failure, than that's great. @tejohnson do you have time to work on a fix soon? Otherwise I could give it a try, I would probably need a few pointers though, as I am not really familiar with ThinLTO.


A good starting point is `static const GlobalValueSummary *selectCallee()` in llvm/lib/Transforms/IPO/FunctionImport.cpp ; but it is likely not trivial to solve.


https://reviews.llvm.org/D35081





More information about the cfe-commits mailing list