diff options
author | Nick Desaulniers <[email protected]> | 2019-06-28 12:07:12 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-06-29 16:43:45 +0800 |
commit | 8708e13c6a0600625eea3aebd027c0715a5d2bb2 (patch) | |
tree | 77ed01cca1a69d2b1bfb6d7c39c227429a7a60b9 | |
parent | 2c9292336a09f7bf019689580ceea9a2d116b999 (diff) |
MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
Add keyword support so that our mailing list gets cc'ed for clang/llvm
patches. We're pretty active on our mailing list so far as code review.
There are numerous Googlers like myself that are paid to support
building the Linux kernel with Clang and LLVM.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Nick Desaulniers <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3c4d72755127..01a52fc964da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3942,6 +3942,14 @@ M: Miguel Ojeda <[email protected]> S: Maintained F: .clang-format +CLANG/LLVM BUILD SUPPORT +W: https://clangbuiltlinux.github.io/ +B: https://github.com/ClangBuiltLinux/linux/issues +C: irc://chat.freenode.net/clangbuiltlinux +S: Supported +K: \b(?i:clang|llvm)\b + CLEANCACHE API M: Konrad Rzeszutek Wilk <[email protected]> |