Skip to content

Adopt to LLVM 23 CfiFunctionIndex change#157476

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
zmodem:cfi_symbols_fix
Jun 9, 2026
Merged

Adopt to LLVM 23 CfiFunctionIndex change#157476
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
zmodem:cfi_symbols_fix

Conversation

@zmodem

@zmodem zmodem commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

llvm/llvm-project#201635 removed symbols()

@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 Jun 5, 2026
@rustbot

rustbot commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

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

@zmodem

zmodem commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

@mtrofin does this look right to you? I don't really know this code, but based it on the diff to llvm/lib/LTO/LTO.cpp in your change.

@zmodem

zmodem commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

@rustbot label: +llvm-main

@rustbot rustbot added the llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) label Jun 5, 2026
@mtrofin

mtrofin commented Jun 5, 2026

Copy link
Copy Markdown

@mtrofin does this look right to you? I don't really know this code, but based it on the diff to llvm/lib/LTO/LTO.cpp in your change.

Yes - not sure about the version-based check, I'm assuming that's related to how rust takes dependency on LLVM. But the rest lgtm.

@durin42

durin42 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@bors r+ rollup=always

@rust-bors

rust-bors Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

📌 Commit ca00de5 has been approved by durin42

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 Jun 8, 2026
rust-bors Bot pushed a commit that referenced this pull request Jun 9, 2026
Rollup of 5 pull requests

Successful merges:

 - #154543 (Fix deref field pattern suggestions and improve error messages)
 - #157476 (Adopt to LLVM 23 CfiFunctionIndex change)
 - #157542 (Reject `#[repr(packed)]` on `#[pin_v2]` types)
 - #157603 (Fixed Doc Comment Typo in Linewritershim)
 - #157624 (Move AttributeTemplate from rustc_feature to rustc_attr_parsing)
@rust-bors rust-bors Bot merged commit 2c65872 into rust-lang:main Jun 9, 2026
12 checks passed
@rustbot rustbot added this to the 1.98.0 milestone Jun 9, 2026
rust-timer added a commit that referenced this pull request Jun 9, 2026
Rollup merge of #157476 - zmodem:cfi_symbols_fix, r=durin42

Adopt to LLVM 23 CfiFunctionIndex change

llvm/llvm-project#201635 removed symbols()
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