ARMTargetParser: Make BSD Thumb/BE armv6 work
authorRenato Golin <renato.golin@linaro.org>
Wed, 27 May 2015 19:49:53 +0000 (19:49 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 27 May 2015 19:49:53 +0000 (19:49 +0000)
commitdeae59fceb40f5036afec17435473177b9778cb1
tree9e24486dcbc58489280401ecbc7e1df345b68585
parent711655614b49c78cb558c442ed117706aaa4859a
ARMTargetParser: Make BSD Thumb/BE armv6 work

Simple change to make arch like "thumbv6" and "armbev6" to return the
correct CPU for FreeBSD and NetBSD.

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