]> granicus.if.org Git - clang/commit
MachO embedded: default to soft float without issuing warning
authorTim Northover <tnorthover@apple.com>
Thu, 23 Jan 2014 15:00:01 +0000 (15:00 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 23 Jan 2014 15:00:01 +0000 (15:00 +0000)
commitefa0a98d0d77c00993d8c36e52379def849f3ae6
tree1f54975b8adf7ff86372387e60bc4e10cdc0b40c
parentc97dfe1b1d8195248085a23b9a918adb87efb35d
MachO embedded: default to soft float without issuing warning

This is a simpler rule, broadly in line with previous Darwin (which chose
between "soft" and "softfp") but probably safer. In practice the only real
reason for "softfp" is ABI compatibility, not usually an issue on limited chips
like these, so anyone who wanted hard-float should already be saying so.

That's my story and I'm sticking to it.

rdar://problem/15887493

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/darwin-embedded.c