We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240cc10 commit 5b7e669Copy full SHA for 5b7e669
tests/ui/target-feature/abi-required-target-feature-flag-disable.rs
@@ -10,8 +10,10 @@
10
//@[aarch64] needs-llvm-components: aarch64
11
//@[riscv] compile-flags: --target=riscv64gc-unknown-none-elf -Ctarget-feature=-d
12
//@[riscv] needs-llvm-components: riscv
13
+//@[riscv] min-llvm-version: 20
14
//@[loongarch] compile-flags: --target=loongarch64-unknown-none -Ctarget-feature=-d
15
//@[loongarch] needs-llvm-components: loongarch
16
+//@[loongarch] min-llvm-version: 20
17
// For now this is just a warning.
18
//@ build-pass
19
0 commit comments