]> git.baikalelectronics.ru Git - kernel.git/commit
arch/Kconfig: Remove CLANG_VERSION check in HAS_LTO_CLANG
authorNathan Chancellor <nathan@kernel.org>
Mon, 29 Nov 2021 16:58:00 +0000 (09:58 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 Dec 2021 08:25:00 +0000 (17:25 +0900)
commite95ebbae33937a079c482665f57afefdfdf1ed88
tree18fe004b002b07d17c07a7a3d0a3cb37ec23bf90
parentf77993736f1363a0cd64c7ff4d2def2826b64307
arch/Kconfig: Remove CLANG_VERSION check in HAS_LTO_CLANG

The minimum supported version of LLVM has been raised to 11.0.0, meaning
this check is always true, so it can be dropped.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/Kconfig