|
4 | 4 |
|
5 | 5 | //@[riscv64] compile-flags: --target riscv64imac-unknown-none-elf |
6 | 6 | //@[riscv64] needs-llvm-components: riscv |
| 7 | +//@[riscv64] filecheck-flags: --check-prefixes=CHECK,riscv64 |
7 | 8 |
|
8 | 9 | //@[riscv32] compile-flags: --target riscv32imac-unknown-none-elf |
9 | 10 | //@[riscv32] needs-llvm-components: riscv |
10 | 11 |
|
11 | 12 | //@[riscv64-zfhmin] compile-flags: --target riscv64imac-unknown-none-elf --cfg riscv64 |
12 | 13 | //@[riscv64-zfhmin] needs-llvm-components: riscv |
13 | 14 | //@[riscv64-zfhmin] compile-flags: -C target-feature=+zfhmin |
14 | | -//@[riscv64-zfhmin] filecheck-flags: --check-prefix riscv64 |
| 15 | +//@[riscv64-zfhmin] filecheck-flags: --check-prefixes=CHECK,riscv64 |
15 | 16 |
|
16 | 17 | //@[riscv32-zfhmin] compile-flags: --target riscv32imac-unknown-none-elf |
17 | 18 | //@[riscv32-zfhmin] needs-llvm-components: riscv |
18 | 19 | //@[riscv32-zfhmin] compile-flags: -C target-feature=+zfhmin |
| 20 | +//@[riscv32-zfhmin] filecheck-flags: --check-prefixes=CHECK,zfhmin |
19 | 21 |
|
20 | 22 | //@[riscv64-zfh] compile-flags: --target riscv64imac-unknown-none-elf --cfg riscv64 |
21 | 23 | //@[riscv64-zfh] needs-llvm-components: riscv |
22 | 24 | //@[riscv64-zfh] compile-flags: -C target-feature=+zfh |
23 | | -//@[riscv64-zfh] filecheck-flags: --check-prefix riscv64 --check-prefix zfhmin |
| 25 | +//@[riscv64-zfh] filecheck-flags: --check-prefixes=CHECK,riscv64 --check-prefix zfhmin |
24 | 26 |
|
25 | 27 | //@[riscv32-zfh] compile-flags: --target riscv32imac-unknown-none-elf |
26 | 28 | //@[riscv32-zfh] needs-llvm-components: riscv |
27 | 29 | //@[riscv32-zfh] compile-flags: -C target-feature=+zfh |
28 | | -//@[riscv32-zfh] filecheck-flags: --check-prefix zfhmin |
| 30 | +//@[riscv32-zfh] filecheck-flags: --check-prefixes=CHECK,zfhmin |
29 | 31 |
|
30 | 32 | //@ compile-flags: -C target-feature=+d |
31 | 33 | //@ compile-flags: -Zmerge-functions=disabled |
|
0 commit comments