Introduce helpers to compute the 32-bit varaints and 64-bit variants of
authorChandler Carruth <chandlerc@gmail.com>
Mon, 6 Feb 2012 20:46:33 +0000 (20:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 6 Feb 2012 20:46:33 +0000 (20:46 +0000)
commit7d5a289f2d7d75c29df4c17856ab54dd28dec508
treed64645784013e08a3bb39c9f33d02a457cc40877
parentfccf0623ee35e0bbbbf0ba963a5500b7fd87fa11
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
some architectures. These are useful for interacting with multiarch or
bi-arch GCC (or GCC-based) toolchains.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149895 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp