-
Notifications
You must be signed in to change notification settings - Fork 13k
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
llvm: update riscv target feature to match LLVM 19 #124090
Conversation
Some changes occurred in tests/ui/check-cfg cc @Urgau |
This comment has been minimized.
This comment has been minimized.
f3ff6e2
to
7b85355
Compare
This comment has been minimized.
This comment has been minimized.
In llvm/llvm-project@9067070 they ended up largely reverting llvm/llvm-project@e817966. This means the change we did in rust-lang/rust@b378059 is now only corrct for LLVM 18...so we have to adjust again. @rustbot label: +llvm-main
7b85355
to
22b704b
Compare
r? llvm |
Failed to set assignee to
|
r? cuviper |
@bors r+ rollup |
…uviper llvm: update riscv target feature to match LLVM 19 In llvm/llvm-project@9067070 they ended up largely reverting llvm/llvm-project@e817966. This means the change we did in rust-lang/rust@b378059 is now only corrct for LLVM 18...so we have to adjust again. `@rustbot` label: +llvm-main
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#124041 (Fix copy path button) - rust-lang#124047 (Match ergonomics 2024: miscellaneous code cleanups) - rust-lang#124064 (Move confusing comment about otherwise blocks in `lower_match_tree`) - rust-lang#124072 (Remove libc from more tests) - rust-lang#124090 (llvm: update riscv target feature to match LLVM 19) - rust-lang#124100 (fix: make `str::from_raw_parts_mut` `mut`) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#124041 (Fix copy path button) - rust-lang#124047 (Match ergonomics 2024: miscellaneous code cleanups) - rust-lang#124064 (Move confusing comment about otherwise blocks in `lower_match_tree`) - rust-lang#124090 (llvm: update riscv target feature to match LLVM 19) - rust-lang#124100 (fix: make `str::from_raw_parts_mut` `mut`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124090 - durin42:llvm-19-riscv-feature, r=cuviper llvm: update riscv target feature to match LLVM 19 In llvm/llvm-project@9067070 they ended up largely reverting llvm/llvm-project@e817966. This means the change we did in rust-lang/rust@b378059 is now only corrct for LLVM 18...so we have to adjust again. ``@rustbot`` label: +llvm-main
In llvm/llvm-project@9067070 they ended up largely reverting
llvm/llvm-project@e817966. This means the change we did in
b378059 is now only corrct for LLVM 18...so we have to adjust again.
@rustbot label: +llvm-main