This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][builtins] Fix typo in definition of __aeabi_fcmpun
ClosedPublic

Authored by kschwarz on May 31 2019, 2:15 AM.

Details

Reviewers
compnerd
weimingz
Summary

If COMPILER_RT_ARMHF_TARGET is set , the definition of the AEABI runtime function aeabi_fcmpun is misspelled: aeabi_fcmpum instead of __aeabi_fcmpun.

Diff Detail

Event Timeline

kschwarz created this revision.May 31 2019, 2:15 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 31 2019, 2:15 AM
Herald added subscribers: llvm-commits, Restricted Project, kristof.beyls and 2 others. · View Herald Transcript
compnerd accepted this revision.May 31 2019, 2:53 PM

Oops! Nice catch. This matches the specification.

This revision is now accepted and ready to land.May 31 2019, 2:53 PM

I haven’t requested commit access yet. Could you commit this for me? Thanks!

compnerd closed this revision.Jun 3 2019, 10:05 AM

SVN r362424