[PATCH 1/3] docs/zh_CN: add llvm.rst translation anchor

Updated
From:Jiandong Qiu <qiujiandong1998@gmail.com>
Date:
Message-ID:<20260619140245.1982921-2-qiujiandong1998@gmail.com>
Patch:v1 · 1/3
Language:zh_CN
Patch-ID:ab12a59426da3b9d13acd33f5db9289c566cc135
Files:Documentation/translations/zh_CN/kbuild/llvm.rst

Patch content 1 changed file

Add the kbuild_llvm_zh label for local cross-references. Signed-off-by: Jiandong Qiu <qiujiandong1998@gmail.com>---process/changes.rst refers to this anchor.  Documentation/translations/zh_CN/kbuild/llvm.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/translations/zh_CN/kbuild/llvm.rst b/Documentation/translations/zh_CN/kbuild/llvm.rstindex f87e0181d8e7..5fdf281a614a 100644--- a/Documentation/translations/zh_CN/kbuild/llvm.rst+++ b/Documentation/translations/zh_CN/kbuild/llvm.rst@@ -5,6 +5,8 @@ :Original: Documentation/kbuild/llvm.rst :Translator: 慕冬亮 Dongliang Mu <dzm91@hust.edu.cn> +.. _kbuild_llvm_zh:+ ========================== 使用 Clang/LLVM 构建 Linux ==========================-- Jiandong Qiu <qiujiandong1998@gmail.com>