From 79ba05ff561a0ed2a0c6639f1a0945dfa38baf16 Mon Sep 17 00:00:00 2001 From: eastb233 Date: Tue, 16 Sep 2025 11:36:43 +0800 Subject: [PATCH] [NFC] Update README and PR template --- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 2 +- README-zh.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index 7bb235d52cf0..42ac91ff93ea 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -13,7 +13,7 @@ PR格式 - [ ] PR标题简要总结修改内容 - [ ] commit message是否使用模板,请配置`git config commit.template .gitee/commit_message` - [ ] PR是否关联issue -- [ ] PR是否设置审查人员(主要成员为[@cf-zhao](https://gitee.com/cf-zhao),[@eastb233](https://gitee.com/eastb233),[@liyunfei33](https://gitee.com/liyunfei33),[@wangqiang95](https://gitee.com/wangqiang95)) +- [ ] PR是否设置审查人员(主要成员为[@cf-zhao](https://gitee.com/cf-zhao),[@eastb233](https://gitee.com/eastb233),[@liyunfei33](https://gitee.com/liyunfei33),[@wangqiang95](https://gitee.com/wangqiang95),[@chenzheng1030](https://gitee.com/chenzheng1030)) 功能验证 - 修改涉及后端架构 diff --git a/README-zh.md b/README-zh.md index 546ca0ea6a1c..31cc246baf46 100644 --- a/README-zh.md +++ b/README-zh.md @@ -63,7 +63,7 @@ sudo usermod -aG docker ${USER} * 社区参与者的[行为规范](https://llvm.org/docs/CodeOfConduct.html). -### 4.1、openEuler社区Compiler SIG +### 4.2、openEuler社区Compiler SIG 几种方式: * 订阅[Compiler SIG邮件列表](https://mailweb.openeuler.org/postorius/lists/compiler@openeuler.org/) * 在[openEuler论坛](https://forum.openeuler.org/?locale=zh_CN)发帖讨论。 diff --git a/README.md b/README.md index a16147bb079f..4565fc1d447c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The openEuler LLVM project provides a containerized building mode to solve the p ./build.sh -C -r -b release -X X86 -j 8 // added -C option ` ` ` -To address glibc compatibility issues on other operating systems (such as CentOS), the openEuler LLVM project also provides an optional CentOS build image (currently only supporting the AArch64 architecture). It is recommended to use this image only when the glibc version on the target system <=2.17 and <2.34. Developers can switch the build container using the -D option in the build.sh script. For example: +To address glibc compatibility issues on other operating systems (such as CentOS), the openEuler LLVM project also provides an optional CentOS build image (currently only supporting the AArch64 architecture). It is recommended to use this image only when the glibc version on the target system >=2.17 and <2.34. Developers can switch the build container using the -D option in the build.sh script. For example: ` ` ` ./build.sh -C -D CentOS -r -b release -X AArch64 -j 8 // added -D CentOS option @@ -69,7 +69,7 @@ Note: When you perform a containerized build for the first time, the script auto * [Code of Conduct](https://llvm.org/docs/CodeOfConduct.html) for Community Participants. -### 4.1. Compiler SIG of the openEuler community +### 4.2. Compiler SIG of the openEuler community There are several ways: * Subscribe to the [Compiler SIG mailing list](https://mailweb.openeuler.org/postorius/lists/compiler@openeuler.org/) * Post a discussion at the [openEuler forum](https://forum.openeuler.org/?locale=zh_CN). -- Gitee