[PATCH] D38110: [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 30 04:42:21 PDT 2017
mstorsjo added a comment.
Just a heads up WRT this patch; we're discussing changing the size of `unw_word_t` to match `uintptr_t` in https://reviews.llvm.org/D39365. Does that break anything for your case? It shouldn't affect what's stored in the Register class, only pointers in the unw_proc_info_t struct. Not sure which patch will get completed/merged first though.
https://reviews.llvm.org/D38110
More information about the cfe-commits
mailing list