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

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 13:05:22 PST 2016


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

Changed to use "#if defined(__MINGW32__)" instead of "#ifdef __MINGW32__", ran "clang-format -style=LLVM" on the new source file.


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.78573.patch
Type: text/x-patch
Size: 5301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161118/ede46e86/attachment.bin>


More information about the llvm-commits mailing list