Skip to content

llvm: Default new RunTimeLang to 0 for enums #117952

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

maurer
Copy link
Contributor

@maurer maurer commented Nov 15, 2023

In LLVM-18, RunTimeLang is added to enums and classes: llvm/llvm-project#72011

Rather than passing the parameter through, we default it to 0 since it will not reliably do anything until Rust requires LLVM 18, and we always pass 0 to the APIs for similar debug structures.

In LLVM-18, RunTimeLang is added to enums and classes:
llvm/llvm-project#72011

Rather than passing the parameter through, we default it to 0 since it
will not reliably do anything until Rust requires LLVM 18, and we always
pass 0 to the APIs for similar debug structures.
@rustbot
Copy link
Collaborator

rustbot commented Nov 15, 2023

r? @cuviper

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot 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. labels Nov 15, 2023
@maurer
Copy link
Contributor Author

maurer commented Nov 15, 2023

@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 Nov 15, 2023
@maurer
Copy link
Contributor Author

maurer commented Nov 15, 2023

Abandoned in favor of #117954

@maurer maurer closed this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants