LLVM does not and has not ever supported a soft-float ABI mode on
Sparc, so don't pretend that it does.
Also switch the default from "soft-float" -- which was actually
hard-float because soft-float is unimplemented -- to hard-float.
Paths
| Differential D10457
[Sparc] Make soft-float emit an error. ClosedPublic Authored by jyknight on Jun 15 2015, 12:53 PM.
Details Summary LLVM does not and has not ever supported a soft-float ABI mode on Also switch the default from "soft-float" -- which was actually
Diff Detail
Event Timelinejyknight updated this object. Comment Actions I thought I'd removed that. Some inline comments on the patch. LGTM after fixed. Thanks! -eric
jyknight edited edge metadata. Comment ActionsUpdate per comments.
This revision is now accepted and ready to land.Jun 15 2015, 1:32 PM Closed by commit rL239755: [Sparc] Make soft-float emit an error. (authored by jyknight). · Explain WhyJun 15 2015, 1:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27717 cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/test/Driver/sparc-float.c
|