Move parseSubArch to ARMTargetParser. NFC
authorRenato Golin <renato.golin@linaro.org>
Sun, 24 May 2015 11:18:44 +0000 (11:18 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sun, 24 May 2015 11:18:44 +0000 (11:18 +0000)
commit4064cb4762ceb5aa220132f9b529d4bec59ea9cf
tree56ef5686c1e6a067b0a052822dd9e39635b55cf4
parentf44ed0919cbd91fe77aacdfe47701a6d664f1049
Move parseSubArch to ARMTargetParser. NFC

Using getCanonicalArchName() is the right way to parse ARM arch names.

Mapping ARMTargetParser IDs to Triple Arch IDs is temporary, until they
are merged into a TargetDescription class.

This was the last LLVM FIXME to move things to ARMTargetParser. Now on
to Clang and beyond.

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