format
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user