From 9f1b6884fd2705ef8737f823d2773a66961d04ba Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Fri, 8 Aug 2025 09:17:34 +0800 Subject: [PATCH] test issue:https://gitee.com/openharmony/build/issues/ICRXBE Signed-off-by: xwx1135370 --- README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh.md b/README_zh.md index f58d9cd8a031..4a27bf3b8b33 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,5 +1,5 @@ # LLVM编译器基础架构 - +test 此目录及其子目录包含LLVM的源代码,LLVM是一个用于构建高度优化的编译器、优化器和运行时环境的工具包。 自述文件简要介绍了如何开始构建LLVM。有关如何为LLVM项目做出贡献的更多信息,请查看 [为LLVM做出贡献](https://llvm.org/docs/Contributing.html) 指南。 @@ -67,4 +67,4 @@ LLVM入门文档可能已过期。[Clang入门](https://clang.llvm.org/get_start - 有关详细信息,请参阅 [CMake](https://llvm.org/docs/CMake.html) -请参阅 [LLVM入门](https://llvm.org/docs/GettingStarted.html#getting-started-with-llvm) 页面,了解有关配置和编译LLVM的详细信息。您可以访问 [目录布局](https://llvm.org/docs/GettingStarted.html#directory-layout) 以了解源代码树的布局。 \ No newline at end of file +请参阅 [LLVM入门](https://llvm.org/docs/GettingStarted.html#getting-started-with-llvm) 页面,了解有关配置和编译LLVM的详细信息。您可以访问 [目录布局](https://llvm.org/docs/GettingStarted.html#directory-layout) 以了解源代码树的布局。 -- Gitee