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 e619541 commit 743e2d8Copy full SHA for 743e2d8
llvm/lib/CodeGen/AsmPrinter/MonoException.h
@@ -85,9 +85,11 @@ class MonoExceptionDebugHandler : public DebugHandlerBase {
85
MonoExceptionDebugHandler(AsmPrinter *A, MonoException* ME);
86
87
void beginInstruction(const MachineInstr *MI) override;
88
+ void endInstruction() override {}
89
90
void beginFunctionImpl(const MachineFunction *MF) override {}
91
void endFunctionImpl(const MachineFunction *MF) override {}
92
+ void beginModule(Module *M) override {}
93
void endModule() override {}
94
95
private:
0 commit comments