Re: [PATCH v2 14/21] kconfig: add CC_IS_CLANG and CLANG_VERSION

2018-03-28 Thread Masahiro Yamada
2018-03-28 20:22 GMT+09:00 Kees Cook : > On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada > wrote: >> This will be useful to describe the clang version dependency. >> >> Signed-off-by: Masahiro Yamada > > One aspect of clang version checking that may be "weird" (and likely > won't be meaningful

Re: [PATCH v2 14/21] kconfig: add CC_IS_CLANG and CLANG_VERSION

2018-03-28 Thread Kees Cook
On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada wrote: > This will be useful to describe the clang version dependency. > > Signed-off-by: Masahiro Yamada One aspect of clang version checking that may be "weird" (and likely won't be meaningful for very long as we're about to raise the minimum g

[PATCH v2 14/21] kconfig: add CC_IS_CLANG and CLANG_VERSION

2018-03-26 Thread Masahiro Yamada
This will be useful to describe the clang version dependency. Signed-off-by: Masahiro Yamada --- Changes in v2: None init/Kconfig | 7 +++ scripts/clang-version.sh | 24 +++- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/init/Kconfig b/in