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)
commitad591b341bf22bb4d3a7526d59d4ae6c414420ee
tree199b322866fd49d6cac48e50c88386732718cadb
parente1287f556f4f9befaa55c205e3b5a9429d897083
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213240 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp