* [PATCH] docs/zh_CN: fix one sentence in llvm.rst
@ 2024-11-07 1:35 Dongliang Mu
2024-11-07 1:38 ` Jinjie Ruan
2024-11-12 20:12 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Dongliang Mu @ 2024-11-07 1:35 UTC (permalink / raw)
To: si.yanteng, Alex Shi, Jonathan Corbet, Nathan Chancellor,
Nick Desaulniers, Bill Wendling, Justin Stitt, Dongliang Mu
Cc: hust-os-kernel-patches, linux-doc, linux-kernel, llvm
According to Jinjie Ruan, the description about the prebuilt llvm is
incorrect. Fix this sentence with new understanding.
Link: https://groups.google.com/g/hust-os-kernel-patches/c/GbN5RkVrBho/m/2sC9rAw7BQAJ
Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
---
Documentation/translations/zh_CN/kbuild/llvm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/zh_CN/kbuild/llvm.rst b/Documentation/translations/zh_CN/kbuild/llvm.rst
index f71092144a26..f87e0181d8e7 100644
--- a/Documentation/translations/zh_CN/kbuild/llvm.rst
+++ b/Documentation/translations/zh_CN/kbuild/llvm.rst
@@ -188,7 +188,7 @@ LLVM 并不支持 Linux 内核所有可支持的架构,同样,即使 LLVM
我们在 `kernel.org <https://kernel.org/pub/tools/llvm/>`_ 提供预编译的稳定版 LLVM。
这些版本已经针对 Linux 内核构建,使用配置文件数据进行优化。相较于其他发行版中的 LLVM,它们应该
-能提高内核构建时间。
+能提高内核构建效率。
以下是一些有助于从源代码构建 LLVM 或通过发行版的包管理器获取 LLVM 的链接。
--
2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/zh_CN: fix one sentence in llvm.rst
2024-11-07 1:35 [PATCH] docs/zh_CN: fix one sentence in llvm.rst Dongliang Mu
@ 2024-11-07 1:38 ` Jinjie Ruan
2024-11-12 20:12 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jinjie Ruan @ 2024-11-07 1:38 UTC (permalink / raw)
To: Dongliang Mu, si.yanteng, Alex Shi, Jonathan Corbet,
Nathan Chancellor, Nick Desaulniers, Bill Wendling, Justin Stitt
Cc: hust-os-kernel-patches, linux-doc, linux-kernel, llvm
On 2024/11/7 9:35, Dongliang Mu wrote:
> According to Jinjie Ruan, the description about the prebuilt llvm is
> incorrect. Fix this sentence with new understanding.
>
> Link: https://groups.google.com/g/hust-os-kernel-patches/c/GbN5RkVrBho/m/2sC9rAw7BQAJ
> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
> ---
> Documentation/translations/zh_CN/kbuild/llvm.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/zh_CN/kbuild/llvm.rst b/Documentation/translations/zh_CN/kbuild/llvm.rst
> index f71092144a26..f87e0181d8e7 100644
> --- a/Documentation/translations/zh_CN/kbuild/llvm.rst
> +++ b/Documentation/translations/zh_CN/kbuild/llvm.rst
> @@ -188,7 +188,7 @@ LLVM 并不支持 Linux 内核所有可支持的架构,同样,即使 LLVM
>
> 我们在 `kernel.org <https://kernel.org/pub/tools/llvm/>`_ 提供预编译的稳定版 LLVM。
> 这些版本已经针对 Linux 内核构建,使用配置文件数据进行优化。相较于其他发行版中的 LLVM,它们应该
> -能提高内核构建时间。
> +能提高内核构建效率。
Reviewed-by: Jinjie Ruan <ruanjinjie@huawei.com>
>
> 以下是一些有助于从源代码构建 LLVM 或通过发行版的包管理器获取 LLVM 的链接。
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/zh_CN: fix one sentence in llvm.rst
2024-11-07 1:35 [PATCH] docs/zh_CN: fix one sentence in llvm.rst Dongliang Mu
2024-11-07 1:38 ` Jinjie Ruan
@ 2024-11-12 20:12 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2024-11-12 20:12 UTC (permalink / raw)
To: Dongliang Mu, si.yanteng, Alex Shi, Nathan Chancellor,
Nick Desaulniers, Bill Wendling, Justin Stitt, Dongliang Mu
Cc: hust-os-kernel-patches, linux-doc, linux-kernel, llvm
Dongliang Mu <dzm91@hust.edu.cn> writes:
> According to Jinjie Ruan, the description about the prebuilt llvm is
> incorrect. Fix this sentence with new understanding.
>
> Link: https://groups.google.com/g/hust-os-kernel-patches/c/GbN5RkVrBho/m/2sC9rAw7BQAJ
> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
> ---
> Documentation/translations/zh_CN/kbuild/llvm.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/translations/zh_CN/kbuild/llvm.rst b/Documentation/translations/zh_CN/kbuild/llvm.rst
> index f71092144a26..f87e0181d8e7 100644
> --- a/Documentation/translations/zh_CN/kbuild/llvm.rst
> +++ b/Documentation/translations/zh_CN/kbuild/llvm.rst
> @@ -188,7 +188,7 @@ LLVM 并不支持 Linux 内核所有可支持的架构,同样,即使 LLVM
>
> 我们在 `kernel.org <https://kernel.org/pub/tools/llvm/>`_ 提供预编译的稳定版 LLVM。
> 这些版本已经针对 Linux 内核构建,使用配置文件数据进行优化。相较于其他发行版中的 LLVM,它们应该
> -能提高内核构建时间。
> +能提高内核构建效率。
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-12 20:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-07 1:35 [PATCH] docs/zh_CN: fix one sentence in llvm.rst Dongliang Mu
2024-11-07 1:38 ` Jinjie Ruan
2024-11-12 20:12 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®