Bump llvm -> 9.0.0 (fixes arm builds) #737

已合并
mcrosson 4 年前 将 1 次代码提交从 llvm_900 合并至 master
mcrosson 评论于 4 年前 (从 github.com 迁移)

Arm builds are broken on the latest cargo/code. Needed a bump to LLVM 9.0.0 to get past some compile errors for the wasm / lld stuff needed for plume-front

Patch bumps LLVM and has been tested as buildable on arm32v7 and arm64v8

Arm builds are broken on the latest cargo/code. Needed a bump to LLVM 9.0.0 to get past some compile errors for the wasm / lld stuff needed for plume-front Patch bumps LLVM and has been tested as buildable on arm32v7 and arm64v8
elegaanz (从 github.com 迁移)4 年前 批准此合并请求
elegaanz (从 github.com 迁移) 留下了一条评论

I trust you on that, if you say it is required.

I trust you on that, if you say it is required.
codecov[bot] 评论于 4 年前 (从 github.com 迁移)

Codecov Report

Merging #737 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #737   +/-   ##
=======================================
  Coverage   39.16%   39.16%           
=======================================
  Files          73       73           
  Lines        9653     9653           
  Branches     2183     2183           
=======================================
  Hits         3781     3781           
  Misses       4819     4819           
  Partials     1053     1053
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/737?src=pr&el=h1) Report > Merging [#737](https://codecov.io/gh/Plume-org/Plume/pull/737?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/2a58835f9291729076dc06febf050e47e08d73c1?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #737 +/- ## ======================================= Coverage 39.16% 39.16% ======================================= Files 73 73 Lines 9653 9653 Branches 2183 2183 ======================================= Hits 3781 3781 Misses 4819 4819 Partials 1053 1053 ```
kiwii4 年前 在代码提交中引用了该工单

评审人

该合并请求已作为 02c528cae4 被合并。
你也可以查看 命令行指令

第一步:

从你的仓库中签出一个新的分支并测试变更。
git checkout -b llvm_900 master
git pull origin llvm_900

第二步:

合并变更并更新到 Forgejo 上
git checkout master
git merge --no-ff llvm_900
git push origin master
登录 并参与到对话中。
无审核者
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:Plume/Plume#737
正在加载...
这个人很懒,什么都没留下。