[PATCH] D39938: [compiler-rt] [builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 11 04:39:00 PST 2017


mstorsjo created this revision.
Herald added subscribers: kristof.beyls, mgorny, dberris, aemerson.

It is included in the built sources for all other arches supported for MinGW currently, except for arm.


https://reviews.llvm.org/D39938

Files:
  lib/builtins/CMakeLists.txt


Index: lib/builtins/CMakeLists.txt
===================================================================
--- lib/builtins/CMakeLists.txt
+++ lib/builtins/CMakeLists.txt
@@ -420,6 +420,7 @@
       udivsi3.c
       umoddi3.c
       emutls.c)
+  filter_builtin_sources(arm_SOURCES EXCLUDE arm_SOURCES "${arm_SOURCES};${GENERIC_SOURCES}")
 elseif(NOT WIN32)
   # TODO the EABI sources should only be added to EABI targets
   set(arm_SOURCES


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39938.122577.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171111/d29406ac/attachment.bin>


More information about the llvm-commits mailing list