Skip to content

Commit 845a24e

Browse files
committed
Add TODO comment to MonoException
1 parent 24cb568 commit 845a24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/CodeGen/AsmPrinter/MonoException.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ namespace llvm {
1717

1818
class TargetRegisterInfo;
1919

20+
// TODO: we need to use DebugHandlerBase and addDebugHandler, so that beginInstruction is called
21+
// context https://github.com/llvm/llvm-project/pull/96785
2022
class MonoException : public EHStreamer {
2123
public:
2224
MonoException(AsmPrinter *A, bool disableGNUEH);

0 commit comments

Comments
 (0)