[PATCH] D39938: [compiler-rt] [builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 06:45:02 PDT 2019
thakis added inline comments.
Herald added subscribers: delcypher, javed.absar.
Herald added a project: LLVM.
================
Comment at: compiler-rt/trunk/lib/builtins/CMakeLists.txt:422
umoddi3.c
emutls.c)
+ filter_builtin_sources(arm_SOURCES EXCLUDE arm_SOURCES "${arm_SOURCES};${GENERIC_SOURCES}")
----------------
Now that you've added GENERIC_SOURCES here, you can remove most of the files above since all that aren't in arm/ are in GENERIC_SOURCES (except for mingw_fixfloat.c): Linux 404-422 (excluding line 416) can be deleted.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D39938/new/
https://reviews.llvm.org/D39938
More information about the llvm-commits
mailing list