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 a755f0f commit d990054Copy full SHA for d990054
llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -894,7 +894,7 @@ void DwarfException::EndModule() {
894
if (!shouldEmitMovesModule && !shouldEmitTableModule)
895
return;
896
897
- const std::vector<const Function *> Personalities = MMI->getPersonalities();
+ const std::vector<const Function*> &Personalities = MMI->getPersonalities();
898
899
for (unsigned I = 0, E = Personalities.size(); I < E; ++I)
900
EmitCIE(Personalities[I], I);
0 commit comments