Re: [PATCH 1/7] Compiler Attributes: remove unused attributes

From: Miguel Ojeda
Date: Mon Sep 03 2018 - 07:16:57 EST


On Sun, Sep 2, 2018 at 9:54 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> On Fri, Aug 31, 2018 at 11:27 PM Nick Desaulniers
> <ndesaulniers@xxxxxxxxxx> wrote:
>> On Fri, Aug 31, 2018 at 1:23 PM Miguel Ojeda
>>
>> > I guess that
>> > is breaking ARM clang builds at the moment (didn't check)?
>>
>> Huh?
>
> 32-bit ARM has a number of problems with clang at the moment,
> one of them is the lack of a __naked definition, which causes it
> fail building if any of these files are enabled:

+1 This is what I was referring to.

Cheers,
Miguel