Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-08 | kconfig: add CC_IS_CLANG and CLANG_VERSION | Masahiro Yamada | 1 | -14/+4 | |
This will be useful to describe the clang version dependency. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Kees Cook <[email protected]> | |||||
2018-03-26 | kbuild: add clang-version.sh | Sami Tolvanen | 1 | -0/+33 | |
Based on gcc-version.sh, clang-version.sh prints out the correct version of clang. Signed-off-by: Sami Tolvanen <[email protected]> Tested-by: Nick Desaulniers <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]> |