On Sun, Sep 2, 2018 at 9:54 PM, Arnd Bergmann <a...@arndb.de> wrote: > On Fri, Aug 31, 2018 at 11:27 PM Nick Desaulniers > <ndesaulni...@google.com> 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