Skip to content

Update LLVM to 22.1.0#153066

Open
dianqk wants to merge 1 commit intorust-lang:mainfrom
dianqk:update-llvm
Open

Update LLVM to 22.1.0#153066
dianqk wants to merge 1 commit intorust-lang:mainfrom
dianqk:update-llvm

Conversation

@dianqk
Copy link
Member

@dianqk dianqk commented Feb 24, 2026

Fixes #151813.
Fixes #151946.

@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 24, 2026
@rustbot
Copy link
Collaborator

rustbot commented Feb 24, 2026

r? @cuviper

rustbot has assigned @cuviper.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @cuviper

@rustbot
Copy link
Collaborator

rustbot commented Feb 24, 2026

⚠️ Warning ⚠️

@cuviper
Copy link
Member

cuviper commented Feb 24, 2026

@bors r+ rollup=never p=1

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 24, 2026

📌 Commit a8e76b9 has been approved by cuviper

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 24, 2026
@JonathanBrouwer
Copy link
Contributor

JonathanBrouwer commented Feb 25, 2026

@bors p=6
Scheduling this before the next rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 25, 2026

⌛ Testing commit a8e76b9 with merge 4e392e0...

Workflow: https://github.com/rust-lang/rust/actions/runs/22398948620

rust-bors bot pushed a commit that referenced this pull request Feb 25, 2026
@JonathanBrouwer
Copy link
Contributor

Seems to be stuck building LLVM, probably because the caches being reset because this is an LLVM upgrade.
Let's keep this running so we can get as much stuff into cache as possible

@JonathanBrouwer
Copy link
Contributor

JonathanBrouwer commented Feb 25, 2026

6 hours have passed
@bors cancel
Lets retry immediately

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 25, 2026

Auto build cancelled. Cancelled workflows:

The next pull request likely to be tested is #153066.

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 25, 2026

⌛ Testing commit a8e76b9 with merge 1ed4882...

Workflow: https://github.com/rust-lang/rust/actions/runs/22412597744

rust-bors bot pushed a commit that referenced this pull request Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unsafe(naked) functions might not be called via a thunk rustc on SPARC miscompiled after LLVM 22 update

4 participants