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 822b5cc commit a92ddf5Copy full SHA for a92ddf5
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2094,6 +2094,8 @@ void AsmPrinter::emitFunctionBody() {
2094
for (auto &Handler : EHHandlers)
2095
Handler->endBasicBlockSection(MF->back());
2096
}
2097
+ for (auto &Handler : Handlers)
2098
+ Handler->markFunctionEnd();
2099
2100
Handler->markFunctionEnd();
2101
// Update the end label of the entry block's section.
0 commit comments