We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a16b9 commit fab3807Copy full SHA for fab3807
clang/lib/Driver/ToolChains/Arch/ARM.cpp
@@ -450,7 +450,7 @@ arm::FloatABI arm::getDefaultFloatABI(const llvm::Triple &Triple) {
450
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp
451
return FloatABI::SoftFP;
452
case llvm::Triple::Android:
453
- return (SubArch >= 7) ? FloatABI::SoftFP : FloatABI::Soft;
+ return FloatABI::SoftFP;
454
default:
455
return FloatABI::Invalid;
456
}
0 commit comments