[PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 03:26:25 PDT 2016
jmolloy added a comment.
Ah, OK, then we need to handle them similar to __eabi_divmod. The right place to change is in lib/Target/ARM/ARMISelLowering.cpp - look for divmod and see what changes you need to teach LLVM that __rt_div* isn't just DIV but DIVMOD too.
James
https://reviews.llvm.org/D24071
More information about the llvm-commits
mailing list