已合并
Delete redundant LLVM components in Third_Party.yaml #609
chupeng创建于 2月27日
Delete redundant LLVM components in Third_Party.yaml #609
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 chupeng 的贡献)CANN-robot
2月27日 评论:
2月27日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/asc-devkit | ✅ chenyiyuan, xun_zhuge (2/2) | ✅ chenyiyuan, xun_zhuge (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


2月27日 将zhanghao_0689,yanqingshang,wulinyu,zhuliangying,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD设为评审人
2月27日 将zhanghao_0689,yanqingshang,wulinyu,zhuliangying,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD设为评审人
2月27日 将zhanghao_0689,yanqingshang,wulinyu,zhuliangying,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD设为审查人
2月27日 将zhanghao_0689,yanqingshang,wulinyu,zhuliangying,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD设为审查人
2月27日 添加了label:cann-cla/yes
CANN-robot
2月27日 评论:
2月27日 评论:
CANN-robot
2月27日 评论:
2月27日 评论:
🔵 source code change are detected, tasks labels is removed in this pull request!


CANN-robot
2月27日 评论:
2月27日 评论:
2月27日 添加了label:ci-pipeline-running
CANN-robot
2月27日 评论:
2月27日 评论:
流水线任务触发成功 [流水线指导]
任务链接 [38d4e3b1189f4bd3b3bd0dd04aeeb1a2]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test_3 | ✅ SUCCESS | ||
| UT_Test_2 | ✅ SUCCESS | ||
| UT_Test_1 | ✅ SUCCESS | ||
| UT_Test | ✅ SUCCESS | ||
| UT_Test_reprot | ✅ SUCCESS |
[2026-02-27 12:09:31] CI执行结束


2月27日 添加了label:api-check-pass
2月27日 删除了label:ci-pipeline-running
2月27日 添加了label:ci-pipeline-passed
zhugexun_sjtu
2月28日 评论:
2月28日 评论:
/approve


2月28日 添加了label:approved
chenyiyuan
2月28日 评论:
2月28日 评论:
/lgtm
/approve


2月28日 添加了label:lgtm
CANN-robot
2月28日 评论:
2月28日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: chenyiyuan, xun_zhuge.
Reviewers who wrote a comment of /lgtm are: chenyiyuan, xun_zhuge.


2月28日 合入了pull request
Cchenyiyuan
2月28日 修改标题为 “Delete redundant LLVM components in Third_Party.yaml”,原标题为“Delete invalid LLVM components in Third_Party.yaml”
2月28日 修改标题为 “Delete redundant LLVM components in Third_Party.yaml”,原标题为“Delete invalid LLVM components in Third_Party.yaml”
描述
问题/功能描述
本次PR旨在精简项目构建环境,降低维护复杂度。主要任务是从第三方开源软件清单中移除LLVM(版本15.0.4)构建依赖项,这表明项目可能已切换构建工具链或该依赖已被内化处理。
修改方案描述
通过修改第三方开源软件清单配置文件,直接删除了LLVM的构建依赖条目。该变更不涉及代码逻辑修改,仅是对配置文件的调整,属于低风险操作。为确保变更有效,需验证移除后项目仍能通过其他编译器或工具链正常构建和运行。
关联的Issue
关联Issue #175
测试
编包正常
文档更新
NA
类型标签