diff options
| author | Martin Storsjo <martin@martin.st> | 2017-11-14 07:07:01 +0000 |
|---|---|---|
| committer | Martin Storsjo <martin@martin.st> | 2017-11-14 07:07:01 +0000 |
| commit | 5fe3b4b266937671498148165bf37fc26734d22b (patch) | |
| tree | 0a849fc0e63f903245daed5b9d6bc2e48d88c995 /compiler-rt/lib/builtins | |
| parent | b3a255eaf97e46932856daa1ebe77effe51013f4 (diff) | |
| download | bcm5719-llvm-5fe3b4b266937671498148165bf37fc26734d22b.tar.gz bcm5719-llvm-5fe3b4b266937671498148165bf37fc26734d22b.zip | |
[builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW
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
Diffstat (limited to 'compiler-rt/lib/builtins')
| -rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 3fc1d057f6e..53b9b33e0a5 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -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 |

