[clang] [llvm] [ARM] Add support for Windows SEH (PR #184953)

Trung Nguyen via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 14 08:08:37 PDT 2026


================
@@ -443,6 +443,9 @@ static MachineBasicBlock::iterator insertSEH(MachineBasicBlock::iterator MBBI,
   default:
     report_fatal_error("No SEH Opcode for instruction " + TII.getName(Opc));
     break;
+  case ARM::CLEANUPRET:
+  case ARM::CATCHRET:
----------------
trungnt2910 wrote:

Sorry, I missed that. Added to the next revision.

https://github.com/llvm/llvm-project/pull/184953


More information about the cfe-commits mailing list