diff mbox series

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

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

Commit Message

Nathan Chancellor April 5, 2023, 8:44 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>
Signed-off-by: Nathan Chancellor <nathan@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

Bill Wendling April 5, 2023, 8:47 p.m. UTC | #1
On Wed, Apr 5, 2023 at 1:44 PM 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>
> Signed-off-by: Nathan Chancellor <nathan@kernel.org>
> ---
>  Documentation/kbuild/llvm.rst | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
> index bfb51685073c..3e1f67b05ca6 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 procurring

s/procurring/procuring/

Otherwise:

Reviewed-by: Bill Wendling <morbo@google.com>

-bw

> +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
>
> ---
> base-commit: 7e364e56293bb98cae1b55fd835f5991c4e96e7d
> change-id: 20230405-korg-llvm-tc-docs-84304e881bc5
>
> Best regards,
> --
> Nathan Chancellor <nathan@kernel.org>
>
>
Nathan Chancellor April 5, 2023, 8:51 p.m. UTC | #2
On Wed, Apr 05, 2023 at 01:47:44PM -0700, Bill Wendling wrote:
> On Wed, Apr 5, 2023 at 1:44 PM 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>
> > Signed-off-by: Nathan Chancellor <nathan@kernel.org>
> > ---
> >  Documentation/kbuild/llvm.rst | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
> > index bfb51685073c..3e1f67b05ca6 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 procurring
> 
> s/procurring/procuring/

Leave it to me to forget to use ':set spell' :( sometimes I think that
people would have a hard time guessing I am a native English speaker :^)

> Otherwise:
> 
> Reviewed-by: Bill Wendling <morbo@google.com>

Thanks for the quick review! I will send a v2 once others have had a
chance to chime in (unless the person applying this does not mind fixing
it up at that time).

> -bw
> 
> > +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
> >
> > ---
> > base-commit: 7e364e56293bb98cae1b55fd835f5991c4e96e7d
> > change-id: 20230405-korg-llvm-tc-docs-84304e881bc5
> >
> > Best regards,
> > --
> > Nathan Chancellor <nathan@kernel.org>
> >
> >
Nick Desaulniers April 7, 2023, 8:05 p.m. UTC | #3
On Wed, Apr 5, 2023 at 1:51 PM Nathan Chancellor <nathan@kernel.org> wrote:
>
> On Wed, Apr 05, 2023 at 01:47:44PM -0700, Bill Wendling wrote:
> > On Wed, Apr 5, 2023 at 1:44 PM 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>
> > > Signed-off-by: Nathan Chancellor <nathan@kernel.org>
> > > ---
> > >  Documentation/kbuild/llvm.rst | 4 ++++
> > >  1 file changed, 4 insertions(+)
> > >
> > > diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
> > > index bfb51685073c..3e1f67b05ca6 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 procurring
> >
> > s/procurring/procuring/
>
> Leave it to me to forget to use ':set spell' :( sometimes I think that
> people would have a hard time guessing I am a native English speaker :^)

https://www.adamalbrecht.com/blog/2019/10/21/spell-check-in-vim-for-markdown-and-git-commit-messages/

Thanks for the patch!
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

>
> > Otherwise:
> >
> > Reviewed-by: Bill Wendling <morbo@google.com>
>
> Thanks for the quick review! I will send a v2 once others have had a
> chance to chime in (unless the person applying this does not mind fixing
> it up at that time).
>
> > -bw
> >
> > > +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
> > >
> > > ---
> > > base-commit: 7e364e56293bb98cae1b55fd835f5991c4e96e7d
> > > change-id: 20230405-korg-llvm-tc-docs-84304e881bc5
> > >
> > > Best regards,
> > > --
> > > Nathan Chancellor <nathan@kernel.org>
> > >
> > >
diff mbox series

Patch

diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
index bfb51685073c..3e1f67b05ca6 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 procurring
+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