]> granicus.if.org Git - clang/commit
ARM: make Darwin's "-arch armv7em" default to hard-float.
authorTim Northover <tnorthover@apple.com>
Wed, 13 Apr 2016 17:08:51 +0000 (17:08 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 13 Apr 2016 17:08:51 +0000 (17:08 +0000)
commit11b940607f9dab3090ae05f268c2815d9f60bf87
treeb732ca47a5d70b29e12e8014e03f94aec2296bda
parent5c9054ef6f4b6003f525108ca3039c65433b0463
ARM: make Darwin's "-arch armv7em" default to hard-float.

We've already paid the price for separate "armv7m" and "armv7em" slices
(support in other tools), it's silly to make them identical other than the
default CPU.

rdar://23055688

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