format
This commit is contained in:
parent
875cc36b17
commit
1e8054669c
1 changed files with 2 additions and 2 deletions
|
|
@ -1141,8 +1141,8 @@ struct LLVMRustThinLTOModule {
|
|||
|
||||
// This is copied from `lib/LTO/ThinLTOCodeGenerator.cpp`, not sure what it
|
||||
// does.
|
||||
static const GlobalValueSummary *
|
||||
getFirstDefinitionForLinker(ArrayRef<std::unique_ptr<GlobalValueSummary>> GVSummaryList) {
|
||||
static const GlobalValueSummary *getFirstDefinitionForLinker(
|
||||
ArrayRef<std::unique_ptr<GlobalValueSummary>> GVSummaryList) {
|
||||
auto StrongDefForLinker = llvm::find_if(
|
||||
GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) {
|
||||
auto Linkage = Summary->linkage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue