[libunwind] [libunwind] [SEH] Implement parsing of ARM pdata/xdata (PR #137950)

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 05:16:20 PDT 2025


================
@@ -2064,6 +2077,51 @@ bool UnwindCursor<A, R>::getInfoFromSEH(pint_t pc) {
       }
     }
   }
+#elif defined(_LIBUNWIND_TARGET_ARM)
----------------
mstorsjo wrote:

Sounds like a good idea; I updated this PR to share/reuse the aarch64 code for ARM too.

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


More information about the cfe-commits mailing list