Skip to content

Commit

Permalink
[builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW
Browse files Browse the repository at this point in the history
It is included in the built sources for all other arches supported
for MinGW currently, except for arm.

Differential Revision: https://reviews.llvm.org/D39938

llvm-svn: 318139
  • Loading branch information
mstorsjo committed Nov 14, 2017
1 parent b3a255e commit 5fe3b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/lib/builtins/CMakeLists.txt
Expand Up @@ -420,6 +420,7 @@ if(MINGW)
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
Expand Down

0 comments on commit 5fe3b4b

Please sign in to comment.