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

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 14:24:00 PDT 2017


tejohnson added a comment.

How are you invoking this? Typically this path is invoked for distributed builds, when the individual index files for each backend were written during the thin link (e.g. via gold plugin's -thinlto-index-only option). In that case, we only expect a single summary to exist per GUID, since it is indicating which copy to import. We don't typically pass in the entire combined index (which would cause other issues as I believe we are simply importing every summary in the index on this path).


https://reviews.llvm.org/D35081





More information about the cfe-commits mailing list