We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875cc36 commit 1e80546Copy full SHA for 1e80546
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -1141,8 +1141,8 @@ struct LLVMRustThinLTOModule {
1141
1142
// This is copied from `lib/LTO/ThinLTOCodeGenerator.cpp`, not sure what it
1143
// does.
1144
-static const GlobalValueSummary *
1145
-getFirstDefinitionForLinker(ArrayRef<std::unique_ptr<GlobalValueSummary>> GVSummaryList) {
+static const GlobalValueSummary *getFirstDefinitionForLinker(
+ ArrayRef<std::unique_ptr<GlobalValueSummary>> GVSummaryList) {
1146
auto StrongDefForLinker = llvm::find_if(
1147
GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) {
1148
auto Linkage = Summary->linkage();
0 commit comments