diff mbox series

[v2] Documentation/llvm: Add a note about prebuilt kernel.org toolchains

Message ID 20230405-korg-llvm-tc-docs-v2-1-98d2e4a96c41@kernel.org (mailing list archive)
State New, archived
Headers show
Series [v2] Documentation/llvm: Add a note about prebuilt kernel.org toolchains | expand

Commit Message

Nathan Chancellor April 7, 2023, 9:42 p.m. UTC
I recently started uploading prebuilt stable versions of LLVM to
kernel.org, which should make building the kernel with LLVM more
accessible to maintainers and developers. Link them in the LLVM
documentation to make this more visible.

Link: https://lore.kernel.org/20230319235619.GA18547@dev-arch.thelio-3990X/
Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Bill Wendling <morbo@google.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
Changes in v2:
- Fix typo ('procurring' -> 'procuring') [Bill]
- Link to v1: https://lore.kernel.org/r/20230405-korg-llvm-tc-docs-v1-1-420849b2e025@kernel.org
---
 Documentation/kbuild/llvm.rst | 4 ++++
 1 file changed, 4 insertions(+)


---
base-commit: 7e364e56293bb98cae1b55fd835f5991c4e96e7d
change-id: 20230405-korg-llvm-tc-docs-84304e881bc5

Best regards,

Comments

Masahiro Yamada April 8, 2023, 1:49 p.m. UTC | #1
On Sat, Apr 8, 2023 at 6:43 AM Nathan Chancellor <nathan@kernel.org> wrote:
>
> I recently started uploading prebuilt stable versions of LLVM to
> kernel.org, which should make building the kernel with LLVM more
> accessible to maintainers and developers. Link them in the LLVM
> documentation to make this more visible.
>
> Link: https://lore.kernel.org/20230319235619.GA18547@dev-arch.thelio-3990X/
> Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
> Reviewed-by: Bill Wendling <morbo@google.com>
> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
> Signed-off-by: Nathan Chancellor <nathan@kernel.org>


Applied to linux-kbuild/fixes.
Thanks.
diff mbox series

Patch

diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
index bfb51685073c..c3851fe1900d 100644
--- a/Documentation/kbuild/llvm.rst
+++ b/Documentation/kbuild/llvm.rst
@@ -171,6 +171,10 @@  Getting Help
 Getting LLVM
 -------------
 
+We provide prebuilt stable versions of LLVM on `kernel.org <https://kernel.org/pub/tools/llvm/>`_.
+Below are links that may be useful for building LLVM from source or procuring
+it through a distribution's package manager.
+
 - https://releases.llvm.org/download.html
 - https://github.com/llvm/llvm-project
 - https://llvm.org/docs/GettingStarted.html