This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW
ClosedPublic

Authored by mstorsjo on Nov 11 2017, 4:38 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Nov 11 2017, 4:38 AM
beanz accepted this revision.Nov 13 2017, 2:40 PM

Looks reasonable to me

This revision is now accepted and ready to land.Nov 13 2017, 2:40 PM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Jul 31 2019, 6:43 AM
thakis added inline comments.
compiler-rt/trunk/lib/builtins/CMakeLists.txt
422

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.

Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2019, 6:43 AM