[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
Mon Nov 13 23:07:09 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318139: [builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D39938?vs=122577&id=122777#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39938
Files:
compiler-rt/trunk/lib/builtins/CMakeLists.txt
Index: compiler-rt/trunk/lib/builtins/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/builtins/CMakeLists.txt
+++ compiler-rt/trunk/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.122777.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/00dd12de/attachment.bin>
More information about the llvm-commits
mailing list