]> granicus.if.org Git - clang/commit
AArch64: update Clang for merged arm64/aarch64 triples.
authorTim Northover <tnorthover@apple.com>
Wed, 23 Jul 2014 12:32:58 +0000 (12:32 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 23 Jul 2014 12:32:58 +0000 (12:32 +0000)
commiteb8c2c992ea2d496259cd6ca6257af85f844d78c
tree3a87b7e4b029caeef9c4df66ca3823b7aa296eec
parent51afa4757b8cb7a71ccbcab47cd5697df4b27d00
AArch64: update Clang for merged arm64/aarch64 triples.

The main subtlety here is that the Darwin tools still need to be given "-arch
arm64" rather than "-arch aarch64". Fortunately this already goes via a custom
function to handle weird edge-cases in other architectures, and it tested.

I removed a few arm64_be tests because that really isn't an interesting thing
to worry about. No-one using big-endian is also referring to the target as
arm64 (at least as far as toolchains go). Mostly they date from when arm64 was
a separate target and we *did* need a parallel name simply to test it at all.
Now aarch64_be is sufficient.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213744 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/AST/ItaniumMangle.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/Driver.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaType.cpp
test/Driver/aarch64-cpus.c