-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
llvm-wrapper: adapt for LLVM API change #106113
Conversation
r? @cuviper (rustbot has picked a reviewer for you, use r? to override) |
@rustbot label: +llvm-main |
Hm, I wonder if we shouldn't just add a default? If LLVM adds a new type, we're generally not going to care about until we start emitting it, and support can be added at that time. |
ef2994a
to
b97d07a
Compare
r? @nikic |
done |
No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
b97d07a
to
799fa60
Compare
@bors r+ rollup |
llvm-wrapper: adapt for LLVM API change No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
llvm-wrapper: adapt for LLVM API change No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
…mpiler-errors Rollup of 8 pull requests Successful merges: - rust-lang#103418 (Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report) - rust-lang#106113 (llvm-wrapper: adapt for LLVM API change) - rust-lang#106144 (Improve the documentation of `black_box`) - rust-lang#106578 (Label closure captures/generator locals that make opaque types recursive) - rust-lang#106749 (Update cc to 1.0.77) - rust-lang#106935 (Fix `SingleUseLifetime` ICE) - rust-lang#107015 (Re-enable building rust-analyzer on riscv64) - rust-lang#107029 (Add new bootstrap members to triagebot.toml) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
No functional changes intended.
The LLVM commit llvm/llvm-project@e6b0221 added
TargetExtTyID
to theTypeID
enum. This adaptsRustWrapper
accordingly.