diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index 7bb235d52cf0da15eba18727a9b1eb80285f3a6b..42ac91ff93eaf5878ca279cdb4f7c81a32e8b6db 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 546ca0ea6a1ca811d4db6e9e151fc193f259e9e4..31cc246baf4611d1c675b76a7620175647ba3592 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 a16147bb079ff7e1e99d0099d9094b3279517fc0..4565fc1d447c8b19f03c9426e0780512da457e1d 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).