sdardis added a comment. Thanks for the pointer to that patch, I'll take a look tomorrow.
================ Comment at: src/UnwindRegistersRestore.S:492 +#elif defined(__mips__) && _MIPS_SIM == _ABIO32 + ---------------- Needs checking for soft-float. ================ Comment at: src/UnwindRegistersRestore.S:543 + +#elif defined(__mips__) && _MIPS_SIM == _ABI64 + ---------------- Needs checking for soft-float. ================ Comment at: src/UnwindRegistersSave.S:90 +#elif defined(__mips__) && _MIPS_SIM == _ABIO32 + ---------------- Needs checking for soft-float. ================ Comment at: src/UnwindRegistersSave.S:125 + +#elif defined(__mips__) && _MIPS_SIM == _ABI64 + ---------------- Needs checking for soft-float. https://reviews.llvm.org/D38110 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits