[compiler-rt] Use arm-specific builtins sources for arm/mingw builds

Previously, that configuration only used the generic sources, in
addition to the couple specifically chosen arm/mingw files.

Differential Revision: https://reviews.llvm.org/D98547
This commit is contained in:
Martin Storsjö 2021-03-11 22:17:48 +02:00
parent 5556660971
commit d374667257
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ if(MINGW)
arm/aeabi_uldivmod.S
arm/chkstk.S
mingw_fixfloat.c
${GENERIC_SOURCES}
${arm_SOURCES}
)
elseif(NOT WIN32)
# TODO the EABI sources should only be added to EABI targets