diff options
author | Nathan Chancellor <[email protected]> | 2021-09-07 19:58:27 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-09-08 11:50:26 -0700 |
commit | 28f8fc19b24924a9770bd2e93123005547c3f3f5 (patch) | |
tree | db9acf69ee050c89dd43afab3747241d23708e41 | |
parent | 726248b62fbed796c14ab866f0aa7a6ff3c0f201 (diff) |
Documentation/llvm: update mailing list
We are now at [email protected].
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Nathan Chancellor <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Sami Tolvanen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | Documentation/kbuild/llvm.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst index b18401d2ba82..06b8f826e1a3 100644 --- a/Documentation/kbuild/llvm.rst +++ b/Documentation/kbuild/llvm.rst @@ -111,7 +111,8 @@ Getting Help ------------ - `Website <https://clangbuiltlinux.github.io/>`_ -- `Mailing List <https://groups.google.com/forum/#!forum/clang-built-linux>`_: <[email protected]> +- `Mailing List <https://lore.kernel.org/llvm/>`_: <[email protected]> +- `Old Mailing List Archives <https://groups.google.com/g/clang-built-linux>`_ - `Issue Tracker <https://github.com/ClangBuiltLinux/linux/issues>`_ - IRC: #clangbuiltlinux on chat.freenode.net - `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux |