[PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 02:59:51 PDT 2016


mstorsjo added a comment.

I guess the more proper solution is to change LLVM to call the __rt_*div* family of functions instead of __moddi3 when targeting Windows/MSVC - but I'm not too sure of how to do that change in order to propose a patch for it. Any hints?


https://reviews.llvm.org/D24071





More information about the llvm-commits mailing list