diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2020-02-27 02:23:36 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-03 14:49:21 +0300 |
commit | fcf1b6a35c16ac500fa908a4022238e5d666eabf (patch) | |
tree | 8431da6b4f50c4ed86ec42d66cd292d49285a596 /Documentation/kbuild/index.rst | |
parent | a1af8d71f0e4c6c23eb809de559150bbff296f4d (diff) | |
download | linux-fcf1b6a35c16ac500fa908a4022238e5d666eabf.tar.xz |
Documentation/llvm: add documentation on building w/ Clang/LLVM
Added to kbuild documentation. Provides more official info on building
kernels with Clang and LLVM than our wiki.
Suggested-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild/index.rst')
-rw-r--r-- | Documentation/kbuild/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kbuild/index.rst b/Documentation/kbuild/index.rst index 0f144fad99a6..3882bd5f7728 100644 --- a/Documentation/kbuild/index.rst +++ b/Documentation/kbuild/index.rst @@ -19,6 +19,7 @@ Kernel Build System issues reproducible-builds + llvm .. only:: subproject and html |