Re: [PATCH v3 0/7] set clang minimum version to 10.0.1

From: Arvind Sankar
Date: Mon Sep 07 2020 - 12:25:32 EST


On Wed, Sep 02, 2020 at 03:59:04PM -0700, Nick Desaulniers wrote:
> Adds a compile time #error to compiler-clang.h setting the effective
> minimum supported version to clang 10.0.1. A separate patch has already
> been picked up into the Documentation/ tree also confirming the version.
>

Is 10.0.1 actually required or could it just check major version? I have
10.0.0 currently and at least x86 seems to be building fine.

Thanks.