[PATCH] D40256: [ARM] disable FPU features when using soft floating point.

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 13:38:50 PST 2017


asb added subscribers: llvm-commits, asb.
asb added a comment.

It would have been much cleaner if it worked as @efriedma suggests and -mfloat-abi was only concerned with the ABI (as its name would suggest), but sadly the -mfloat-abi=soft option seems to be defined in GCC to control more than just the ABI.

Adding llvm-commits to the subscriber list.


https://reviews.llvm.org/D40256





More information about the cfe-commits mailing list