Skip to content

Rollup of 6 pull requests #140444

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 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
loongarch tests need LLVM version 20 to avoid warnings
  • Loading branch information
RalfJung committed Apr 29, 2025
commit 5b7e669fa2a02f65cd7a701192fdeecd6c61cc16
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
//@[aarch64] needs-llvm-components: aarch64
//@[riscv] compile-flags: --target=riscv64gc-unknown-none-elf -Ctarget-feature=-d
//@[riscv] needs-llvm-components: riscv
//@[riscv] min-llvm-version: 20
//@[loongarch] compile-flags: --target=loongarch64-unknown-none -Ctarget-feature=-d
//@[loongarch] needs-llvm-components: loongarch
//@[loongarch] min-llvm-version: 20
// For now this is just a warning.
//@ build-pass

Expand Down
Loading