With the update of compiler-rt we now try to build a number of files that
don't build on some ARM platforms, provide symbols we already provide in
libc, or don't exist. This change removes these from the ARM build.
Details
Details
- Reviewers
dim imp - Group Reviewers
ARM - Commits
- rS276895: With the update of compiler-rt we try to build a number of files that
Passed a tinderbox with TARGETS=arm
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Yes, this looks fine. Though it would be nice to somehow make use of some of these routines? E.g., clang can possibly insert calls to quicker VFP based primitives, if you compile with the correct CPU settings.