[PATCH] D39074: [libunwind][MIPS]: Add support for unwinding in N32 processes.

John Baldwin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 15:09:55 PST 2018


bsdjhb added a comment.

After fighting with cmake for a bit, I just broke down and cross-compiled the tests by hand and then ran them under a qemu system (rather than using qemu user mode).  All of the tests ran fine for me without crashing using GCC 6.3.0 for FreeBSD 12 with N32.  Given the save/restore code is identical for N32 and N64 I would have expected N64 to fail previously if it was restoring the wrong register?


https://reviews.llvm.org/D39074





More information about the cfe-commits mailing list