This is an archive of the discontinued LLVM Phabricator instance.

ARM: Error out on apple darwin platforms if float-abi is "hard"
ClosedPublic

Authored by ahatanak on Aug 19 2015, 9:27 AM.

Details

Summary

Error out if user provides -mfloat-abi=hard or -mhard-float on the command line since hard float abi isn't supported on apple platforms (except for non-darwin platforms).

Diff Detail

Repository
rL LLVM

Event Timeline

ahatanak updated this revision to Diff 32561.Aug 19 2015, 9:27 AM
ahatanak retitled this revision from to ARM: Error out on apple darwin platforms if float-abi is "hard".
ahatanak updated this object.
ahatanak added a subscriber: cfe-commits.
This revision was automatically updated to reflect the committed changes.