format
This commit is contained in:
parent
fc7c4be59a
commit
f38839a874
1 changed files with 1 additions and 2 deletions
|
|
@ -1226,8 +1226,7 @@ LLVMRustCreateThinLTOData(LLVMRustThinLTOModule *modules, size_t num_modules,
|
|||
const auto &SummaryList = I.second.SummaryList;
|
||||
#endif
|
||||
if (SummaryList.size() > 1)
|
||||
PrevailingCopy[I.first] =
|
||||
getFirstDefinitionForLinker(SummaryList);
|
||||
PrevailingCopy[I.first] = getFirstDefinitionForLinker(SummaryList);
|
||||
}
|
||||
auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) {
|
||||
const auto &Prevailing = PrevailingCopy.find(GUID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue