Correctly handle the degenerated triple "thumb".
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 18 Dec 2013 21:29:44 +0000 (21:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 18 Dec 2013 21:29:44 +0000 (21:29 +0000)
commit17ab16a248fc1724b30a963aee91bb4f52997f1a
tree63f092886f8379b49b321054ab5b3111db3dd1ea
parent8cb0f6e78e491e9bb8c3612a6e1062243beaad4f
Correctly handle the degenerated triple "thumb".

Fixes a crash in llc where some parts think the target is thumb and others think
it is ARM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197607 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
test/CodeGen/Thumb/triple.ll [new file with mode: 0644]