]> granicus.if.org Git - clang/commit
ARMv7k: select ABI based on v7k Arch rather than watchos OS.
authorTim Northover <tnorthover@apple.com>
Wed, 27 Jan 2016 19:32:40 +0000 (19:32 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 27 Jan 2016 19:32:40 +0000 (19:32 +0000)
commitd011f8c7ef2f525b0264df4d7785418058c157db
treea01b7a751cd9a85c4ee8bda3286e594086544bce
parent7164cefe40037ea1b60aadfc93f4e0f5d9a1c628
ARMv7k: select ABI based on v7k Arch rather than watchos OS.

Various bits we'd like to use the new ABI actually compile with "-arch armv7k
-miphoneos-version-min=9.0". Not ideal, but also not ridiculous given how
slices work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258976 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
test/Driver/arch-armv7k.c