[PATCH] D38110: [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.

John Baldwin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 10 09:34:34 PDT 2017


bsdjhb added a comment.

I keep running into issues trying to cross-build LLVM (it keeps wanting to use /usr/bin/cc or host libraries even though cross-compiling is enabled).  I wonder if the failures you saw Simon might be due to https://bugs.llvm.org/show_bug.cgi?id=33858?  Could you try applying the patch from https://reviews.llvm.org/D37484 along with this patchset to see if it fixes the test failures for you?


https://reviews.llvm.org/D38110





More information about the cfe-commits mailing list