[PATCH] Set "thumbv6k" CPU subtype to ARM_V6

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 13:24:45 PDT 2015


On 11 August 2015 at 13:15, Renato Golin via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> On 11 August 2015 at 18:56, Vedant Kumar via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> I think we default to CPU_SUBTYPE_ARM_V7K when we don't know the specific ARM architecture name passed in, which seems sane.
>
> This looks really odd. Then again, this is Darwin specific, so the
> rules are different.

It did to me too, but I think it's a typo. When I looked at the file
the default was CPU_SUBTYPE_ARM_V7 which makes more sense.

Tim.


More information about the llvm-commits mailing list