[libunwind] [libunwind] Add initial ARM64EC support (PR #138583)

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Thu May 8 06:04:15 PDT 2025


================
@@ -1181,7 +1228,9 @@ DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
 
 #endif
 
+#ifndef __arm64ec__
----------------
mstorsjo wrote:

Thanks, that's indeed cleaner when one clearly see which bits are the arm64ec version of that line.

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


More information about the cfe-commits mailing list