[PATCH] D26183: [compiler-rt] builtins: Allow building windows arm functions for mingw

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 13:49:07 PST 2016


mstorsjo updated this revision to Diff 78257.
mstorsjo added a comment.

Moved the int/float conversion wrappers to a separate file. Didn't change the ifdefs for renaming aeabi div functions yet, while awaiting feedback on whether that's really desired.


https://reviews.llvm.org/D26183

Files:
  lib/builtins/CMakeLists.txt
  lib/builtins/arm/aeabi_idivmod.S
  lib/builtins/arm/aeabi_ldivmod.S
  lib/builtins/arm/aeabi_uidivmod.S
  lib/builtins/arm/aeabi_uldivmod.S
  lib/builtins/mingw_fixfloat.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26183.78257.patch
Type: text/x-patch
Size: 5317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161116/bfe119d3/attachment-0001.bin>


More information about the llvm-commits mailing list