|
1 | | -// revisions: x86_64 arm arm_llvm_18 |
2 | | -//[x86_64] compile-flags: --target x86_64-unknown-linux-gnu |
3 | | -//[x86_64] check-pass |
4 | | -//[x86_64] needs-llvm-components: x86 |
5 | | -//[x86_64_allowed] compile-flags: --target x86_64-unknown-linux-gnu |
6 | | -//[x86_64_allowed] check-pass |
7 | | -//[x86_64_allowed] needs-llvm-components: x86 |
8 | | -//[arm] compile-flags: --target armv7-unknown-linux-gnueabihf |
9 | | -//[arm] build-fail |
10 | | -//[arm] needs-llvm-components: arm |
11 | | -//[arm] ignore-llvm-version: 18 - 99 |
| 1 | +//@ revisions: x86_64 arm arm_llvm_18 |
| 2 | +//@[x86_64] compile-flags: --target x86_64-unknown-linux-gnu |
| 3 | +//@[x86_64] check-pass |
| 4 | +//@[x86_64] needs-llvm-components: x86 |
| 5 | +//@[arm] compile-flags: --target armv7-unknown-linux-gnueabihf |
| 6 | +//@[arm] build-fail |
| 7 | +//@[arm] needs-llvm-components: arm |
| 8 | +//@[arm] ignore-llvm-version: 18 - 99 |
12 | 9 | // Newer LLVM produces extra error notes. |
13 | | -//[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf |
14 | | -//[arm_llvm_18] build-fail |
15 | | -//[arm_llvm_18] needs-llvm-components: arm |
16 | | -//[arm_llvm_18] min-llvm-version: 18 |
17 | | -// needs-asm-support |
| 10 | +//@[arm_llvm_18] compile-flags: --target armv7-unknown-linux-gnueabihf |
| 11 | +//@[arm_llvm_18] build-fail |
| 12 | +//@[arm_llvm_18] needs-llvm-components: arm |
| 13 | +//@[arm_llvm_18] min-llvm-version: 18 |
| 14 | +//@ needs-asm-support |
18 | 15 |
|
19 | 16 | #![feature(no_core, lang_items, rustc_attrs)] |
20 | 17 | #![crate_type = "rlib"] |
|
0 commit comments