[libunwind] [libunwind][Haiku] Improve support (PR #115462)
Jérôme Duval via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 09:28:51 PST 2024
================
@@ -2749,6 +2755,63 @@ int UnwindCursor<A, R>::stepThroughSigReturn(Registers_arm64 &) {
_isSignalFrame = true;
return UNW_STEP_SUCCESS;
}
+#elif defined(_LIBUNWIND_TARGET_HAIKU) && defined(_LIBUNWIND_TARGET_X86_64)
----------------
korli wrote:
Done.
https://github.com/llvm/llvm-project/pull/115462
More information about the cfe-commits
mailing list