On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote: > This will be useful to describe the clang version dependency. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> 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 gcc version), is that clang claims to be gcc version 4.2 if you look at #defines. This is already handled in compiler.h, but may be weird in Kconfig. Regardless: Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -Kees -- Kees Cook Pixel Security -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html