Skip to content

tests: adapt for LLVM codegen change - #157256

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
krasimirgg:llvm23-addp
Jun 2, 2026
Merged

tests: adapt for LLVM codegen change#157256
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
krasimirgg:llvm23-addp

Conversation

@krasimirgg

Copy link
Copy Markdown
Contributor

Adapts for llvm/llvm-project@7966cbb.

@rustbot label: +llvm-main
r? @durin42

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) labels Jun 1, 2026
@durin42

Copy link
Copy Markdown
Contributor

@bors r+ rollup=always

@rust-bors

rust-borsBot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 3d78a30 has been approved by durin42

It is now in the queue for this repository.

@rust-borsrust-borsBot 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 Jun 1, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Jun 2, 2026
@jhprattjhpratt mentioned this pull request Jun 2, 2026
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #154742 (Add APIs for case folding to the standard library)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
jhpratt added a commit to jhpratt/rust that referenced this pull request Jun 2, 2026
@jhprattjhpratt mentioned this pull request Jun 2, 2026
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
Rollup of 8 pull requests
Successful merges:
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
…uwer
Rollup of 14 pull requests
Successful merges:
- #156467 (mark the 'import linkage' statics as unnamed_addr)
- #156923 (Couple of diagnostics improvements for EII)
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157244 (Privacy: tweak macros + more tests)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157233 (rustdoc: Fix trait impl ordering)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
- #157291 (Clean up attribute target checking diagnostics)
- #157301 (Remove unused import from a test)
rust-borsBot pushed a commit that referenced this pull request Jun 2, 2026
…uwer
Rollup of 14 pull requests
Successful merges:
- #156467 (mark the 'import linkage' statics as unnamed_addr)
- #156923 (Couple of diagnostics improvements for EII)
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157244 (Privacy: tweak macros + more tests)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157233 (rustdoc: Fix trait impl ordering)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
- #157291 (Clean up attribute target checking diagnostics)
- #157301 (Remove unused import from a test)
@rust-bors
rust-borsBot merged commit b276d24 into rust-lang:mainJun 2, 2026
12 checks passed
@rustbotrustbot added this to the 1.98.0 milestone Jun 2, 2026
rust-timer added a commit that referenced this pull request Jun 2, 2026
Rollup merge of #157256 - krasimirgg:llvm23-addp, r=durin42
tests: adapt for LLVM codegen change
Adapts for llvm/llvm-project@7966cbb.
@rustbot label: +llvm-main
r? @durin42
pullBot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Jun 4, 2026
…uwer
Rollup of 14 pull requests
Successful merges:
- rust-lang/rust#156467 (mark the 'import linkage' statics as unnamed_addr)
- rust-lang/rust#156923 (Couple of diagnostics improvements for EII)
- rust-lang/rust#157240 (Enable Enzyme for aarch64-apple-darwin)
- rust-lang/rust#157244 (Privacy: tweak macros + more tests)
- rust-lang/rust#157276 (miri subtree update)
- rust-lang/rust#157130 (Use a `ArrayVec` in `CastTarget`)
- rust-lang/rust#157131 (Add regression test for issue rust-lang/rust#144888)
- rust-lang/rust#157195 (Move feature gating to the new attr parsing infrastructure)
- rust-lang/rust#157233 (rustdoc: Fix trait impl ordering)
- rust-lang/rust#157256 (tests: adapt for LLVM codegen change)
- rust-lang/rust#157265 (Update books)
- rust-lang/rust#157277 (triagebot.toml: add LawnGnome to libs reviewers)
- rust-lang/rust#157291 (Clean up attribute target checking diagnostics)
- rust-lang/rust#157301 (Remove unused import from a test)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm-mainMarks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@krasimirgg@durin42@rustbot