[llvm] r283383 - [ARM] Use __rt_div functions for divrem on Windows
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 09:34:58 PDT 2016
Hi Diana,
On Thu, 6 Oct 2016, Diana Picus wrote:
> I managed to reproduce this offline.
> Reverted in r283442. Please let me know if you want me to test the
> patch locally before committing again.
Thanks for fixing it, and sorry for the breakage. I think I found the
minor typo causing this failure (it previously had a symbol name as
" __aeabi_uldivmod"
with a stray space at the start) - can you test
https://reviews.llvm.org/D25332 for me before I apply it again? Or should
I just reapply it since the fix is trivial?
// Martin
More information about the llvm-commits
mailing list