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. 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 27707 lib/Driver/Tools.cpp
test/Driver/sparc-float.c
|
Move this comment down to the if(SoftFloatABI) below?