[llvm] r245081 - [ARM] Fix MachO CPU Subtype selection
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 14:38:44 PDT 2015
Sorry about that.
I've uploaded a new version of the patch which passes check-all: http://reviews.llvm.org/D12040
thanks
vedant
> On Aug 14, 2015, at 12:37 PM, Renato Golin <renato.golin at linaro.org> wrote:
>
> On 14 August 2015 at 19:36, Vedant Kumar via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: vedantk
>> Date: Fri Aug 14 13:36:47 2015
>> New Revision: 245081
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=245081&view=rev
>> Log:
>> [ARM] Fix MachO CPU Subtype selection
>>
>> This patch makes the Darwin ARM backend take advantage of TargetParser. It
>> also teaches TargetParser about ARMV7K for the first time. This makes target
>> triple parsing more consistent across llvm.
>
>
> Hi Vedant,
>
> This breaks builds even on x86_64. Did you run make check-all?
>
> Anyway, I reverted in r245086.
>
> cheers,
> --renato
More information about the llvm-commits
mailing list