Mark arm as the 32bit variant of aarch64 in Triple
authorTamas Berghammer <tberghammer@google.com>
Thu, 7 Jan 2016 10:41:12 +0000 (10:41 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 7 Jan 2016 10:41:12 +0000 (10:41 +0000)
commite04de627a170bfa3b4789243f3355249430aa6d4
tree97540a7b0a291b58b4989bf265858ac58c338d4c
parent75ad35cbd8c7c55cdbf0c713812d2bdb0d7185bc
Mark arm as the 32bit variant of aarch64 in Triple

Change Triple::get32BitArchVariant to return arm/armeb as the 32bit
variant of aarch64/aarch64_be and do the same change for the oppoiste
direction in Triple::get64BitArchVariant.

Differential revision: http://reviews.llvm.org/D15529

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