================
@@ -2917,7 +2980,8 @@ template <typename A, typename R> int UnwindCursor<A,
R>::step(bool stage2) {
// Use unwinding info to modify register set as if function returned.
int result;
-#if defined(_LIBUNWIND_CHECK_LINUX_SIGRETURN)
+#if defined(_LIBUNWIND_CHECK_LINUX_SIGRETURN) ||
\
+ (defined(_LIBUNWIND_TARGET_HAIKU) && defined(_LIBUNWIND_TARGET_X86_64))
----------------
korli wrote:
I suppose because signal frame unwinding is only tested on x86_64.
@X547
https://github.com/llvm/llvm-project/pull/115462
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits