This is an archive of the discontinued LLVM Phabricator instance.

[clang][Arm] Fix the default floating point ABI for 'armv7-pc-win32-macho'
ClosedPublic

Authored by sarahpurohit on Aug 11 2021, 6:11 PM.

Details

Summary

It is incorrect to select the hardware floating point ABI on Mach-O platforms
using the Windows triple if the ABI is "apcs-gnu".

rdar://81810554

Diff Detail

Event Timeline

sarahpurohit created this revision.Aug 11 2021, 6:11 PM
sarahpurohit requested review of this revision.Aug 11 2021, 6:11 PM
sarahpurohit retitled this revision from [clang][Arm to [clang][Arm] Fix the default floating point ABI for 'armv7-pc-win32-macho'.Aug 11 2021, 6:15 PM
sarahpurohit edited the summary of this revision. (Show Details)
sarahpurohit added a reviewer: ahatanak.
This revision is now accepted and ready to land.Aug 12 2021, 6:31 PM
sarahpurohit accepted this revision.Aug 12 2021, 8:50 PM

I do not have commit access. Can someone pull this?

Resolved syntax error with braces. No functional change otherwise.

sarahpurohit marked an inline comment as done.Aug 12 2021, 8:57 PM
This revision was automatically updated to reflect the committed changes.