Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm::Triple...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 11 Jul 2014 21:44:54 +0000 (21:44 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 11 Jul 2014 21:44:54 +0000 (21:44 +0000)
commit730abd2f4ad4f9ddff41fc1a49c45ef1a1562bb8
tree969aad234d0a5851cd2393ebb65855585d539588
parent5d96e0a3a79534f4ab6fb91f4cfa3e01e199f26e
Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm::Triple::getARMCPUForArch().

Suggested by Eric Christopher.

llvm-svn: 212846
llvm/include/llvm/ADT/Triple.h
llvm/lib/Support/Triple.cpp
llvm/unittests/ADT/TripleTest.cpp