Re: [PATCH 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()

From: Miguel Ojeda
Date: Thu Feb 06 2025 - 13:44:53 EST


On Thu, Feb 6, 2025 at 7:42 PM Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
>
> What's the minimum Clang version we build kernel with? 12?

13.0.1 for most architectures according to `scripts/min-tool-version.sh`.

Cheers,
Miguel