[PATCH] D38110: [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.
David Chisnall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 01:07:53 PDT 2017
theraven added a comment.
Note: My n64 changes (and, by the look of it, the o32 changes) only supported the soft-float ABI and so need a check for `defined(__mips_soft_float)`, and should still `#error` if we're not saving the floating point registers. We're currently using soft float for CHERI, I wasn't able to test a hard-float version (though it should be fairly trivial to add).
https://reviews.llvm.org/D38110
More information about the llvm-commits
mailing list