Re: [PATCH] crypto: Fix build for clang

2019-06-21 Thread Mathieu Malaterre
Joel, On Fri, Jun 21, 2019 at 9:30 AM Joel Stanley wrote: > > On Fri, 21 Jun 2019 at 07:13, Mathieu Malaterre wrote: > > > > The header file `longlong.h` makes uses of GNU extensions, this trigger > > an error when compiling this code with clang. Add a special flag to make > > clang tolerate thi

Re: [PATCH] crypto: Fix build for clang

2019-06-21 Thread Joel Stanley
On Fri, 21 Jun 2019 at 07:13, Mathieu Malaterre wrote: > > The header file `longlong.h` makes uses of GNU extensions, this trigger > an error when compiling this code with clang. Add a special flag to make > clang tolerate this syntax. Another old copy of longlong.h in the kernel! This looks sim