docs/zh_CN: fix one sentence in llvm.rst

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>
Reviewed-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241107013615.374757-1-dzm91@hust.edu.cn
This commit is contained in:
Dongliang Mu 2024-11-07 09:35:52 +08:00 committed by Jonathan Corbet
parent f5aff6fa64
commit ef7d4c8206

View File

@ -188,7 +188,7 @@ LLVM 并不支持 Linux 内核所有可支持的架构,同样,即使 LLVM
我们在 `kernel.org <https://kernel.org/pub/tools/llvm/>`_ 提供预编译的稳定版 LLVM。
这些版本已经针对 Linux 内核构建,使用配置文件数据进行优化。相较于其他发行版中的 LLVM它们应该
能提高内核构建时间
能提高内核构建效率
以下是一些有助于从源代码构建 LLVM 或通过发行版的包管理器获取 LLVM 的链接。