Fix the prefix for arm64 triple
authorYi Kong <Yi.Kong@arm.com>
Thu, 17 Jul 2014 09:43:27 +0000 (09:43 +0000)
committerYi Kong <Yi.Kong@arm.com>
Thu, 17 Jul 2014 09:43:27 +0000 (09:43 +0000)
commit7d78ab575357e722bc7b7b96fa39b85722554acb
treeefaeb43686e918ba310bc8acc62e8b44d34d1825
parentc8227aa14df8bb0d1d92ecfa2ccf48830dd7709d
Fix the prefix for arm64 triple

Triple.cpp still returns "arm64" as prefix for arm64 triple, causing Clang not
being able to select the correct GCCBuiltin IR.

This patch changes the value to correct prefix "aarch64". Regression test will
be added in the coming patch.

Differential Revision: http://reviews.llvm.org/D4516

llvm-svn: 213240
llvm/lib/Support/Triple.cpp