Skip to content

Accommodate LLVM PassPlugin rename#150394

Merged
bors merged 1 commit into
rust-lang:mainfrom
DKLoehr:passplugin
Dec 29, 2025
Merged

Accommodate LLVM PassPlugin rename#150394
bors merged 1 commit into
rust-lang:mainfrom
DKLoehr:passplugin

Conversation

@DKLoehr
Copy link
Copy Markdown
Contributor

@DKLoehr DKLoehr commented Dec 26, 2025

LLVM recently moved their PassPlugin files to a new folder. This PR updates our PassWrapper to point to the new location.

@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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Dec 26, 2025
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Dec 26, 2025

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

@nikic
Copy link
Copy Markdown
Contributor

nikic commented Dec 29, 2025

@bors r+ rollup

@bors
Copy link
Copy Markdown
Collaborator

bors commented Dec 29, 2025

📌 Commit 634251c has been approved by nikic

It is now in the queue for this repository.

@bors bors 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 Dec 29, 2025
@nikic nikic added the llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) label Dec 29, 2025
bors added a commit that referenced this pull request Dec 29, 2025
…uwer

Rollup of 2 pull requests

Successful merges:

 - #150394 (Accommodate LLVM PassPlugin rename)
 - #150483 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 122f02a into rust-lang:main Dec 29, 2025
11 checks passed
@rustbot rustbot added this to the 1.94.0 milestone Dec 29, 2025
rust-timer added a commit that referenced this pull request Dec 29, 2025
Rollup merge of #150394 - DKLoehr:passplugin, r=nikic

Accommodate LLVM PassPlugin rename

LLVM [recently moved](llvm/llvm-project#173279) their `PassPlugin` files to a new folder. This PR updates our `PassWrapper` to point to the new location.
github-actions Bot pushed a commit to rust-lang/miri that referenced this pull request Jan 3, 2026
…uwer

Rollup of 2 pull requests

Successful merges:

 - rust-lang/rust#150394 (Accommodate LLVM PassPlugin rename)
 - rust-lang/rust#150483 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
netgate-git-updates pushed a commit to pfsense/FreeBSD-ports that referenced this pull request Mar 19, 2026
PassPlugin moved to a new location starting LLVM 22.

Reference: rust-lang/rust#150394
BSDKaffee pushed a commit to freebsd/freebsd-ports-kde that referenced this pull request Mar 22, 2026
PassPlugin moved to a new location starting LLVM 22.

Reference: rust-lang/rust#150394
@DKLoehr DKLoehr deleted the passplugin branch May 1, 2026 18:13
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. llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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.

5 participants