[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:07:08 PDT 2026


================
@@ -2369,6 +2372,9 @@ static unsigned estimateRSStackSizeLimit(MachineFunction &MF,
         if (!MI.getOperand(i).isFI())
           continue;
 
+        if (MI.getOpcode() == TargetOpcode::LOCAL_ESCAPE)
----------------
trungnt2910 wrote:

Done.

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


More information about the cfe-commits mailing list