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 24cb568 commit 845a24eCopy full SHA for 845a24e
llvm/lib/CodeGen/AsmPrinter/MonoException.h
@@ -17,6 +17,8 @@ namespace llvm {
17
18
class TargetRegisterInfo;
19
20
+// TODO: we need to use DebugHandlerBase and addDebugHandler, so that beginInstruction is called
21
+// context https://github.com/llvm/llvm-project/pull/96785
22
class MonoException : public EHStreamer {
23
public:
24
MonoException(AsmPrinter *A, bool disableGNUEH);
0 commit comments