Re: [PATCH v2] Documentation: add minimum clang/llvm version
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-08-31 22:30:52
Also in:
linux-kbuild, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-08-31 22:30:52
Also in:
linux-kbuild, lkml
On Wed, 26 Aug 2020 12:15:55 -0700 Nick Desaulniers [off-list ref] wrote:
Based on a vote at the LLVM BoF at Plumbers 2020, we decided to start small, supporting just one formal upstream release of LLVM for now. We can probably widen the support window of supported versions over time. Also, note that LLVM's release process is different than GCC's. GCC tends to have 1 major release per year while releasing minor updates to the past 3 major versions. LLVM tends to support one major release and one minor release every six months. Reviewed-by: Kees Cook <redacted> Reviewed-by: Nathan Chancellor <redacted> Tested-by: Gustavo A. R. Silva <gustavoars@kernel.org> Tested-by: Nathan Chancellor <redacted> Signed-off-by: Nick Desaulniers <redacted>
Applied, thanks. jon