|
1 | 1 | # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding < %s \ |
2 | 2 | # RUN: | FileCheck -check-prefixes=CHECK,CHECK-ALIAS %s |
3 | 3 | # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding \ |
4 | | -# RUN: -riscv-no-aliases < %s | FileCheck -check-prefixes=CHECK,CHECK-INST %s |
| 4 | +# RUN: -M no-aliases < %s | FileCheck -check-prefixes=CHECK,CHECK-INST %s |
5 | 5 | # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -filetype=obj < %s \ |
6 | 6 | # RUN: | llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c,+d -d - \ |
7 | 7 | # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s |
|
11 | 11 | # RUN: llvm-mc -triple riscv32 -mattr=+zcd,+d -show-encoding < %s \ |
12 | 12 | # RUN: | FileCheck -check-prefixes=CHECK,CHECK-ALIAS %s |
13 | 13 | # RUN: llvm-mc -triple riscv32 -mattr=+zcd,+d -show-encoding \ |
14 | | -# RUN: -riscv-no-aliases < %s | FileCheck -check-prefixes=CHECK,CHECK-INST %s |
| 14 | +# RUN: -M no-aliases < %s | FileCheck -check-prefixes=CHECK,CHECK-INST %s |
15 | 15 | # RUN: llvm-mc -triple riscv32 -mattr=+zcd,+d -filetype=obj < %s \ |
16 | 16 | # RUN: | llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+zcd,+d -d - \ |
17 | 17 | # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s |
|
22 | 22 | # RUN: llvm-mc -triple riscv64 -mattr=+c,+d -show-encoding < %s \ |
23 | 23 | # RUN: | FileCheck -check-prefixes=CHECK-ALIAS %s |
24 | 24 | # RUN: llvm-mc -triple riscv64 -mattr=+c,+d -show-encoding \ |
25 | | -# RUN: -riscv-no-aliases < %s | FileCheck -check-prefixes=CHECK-INST %s |
| 25 | +# RUN: -M no-aliases < %s | FileCheck -check-prefixes=CHECK-INST %s |
26 | 26 | # RUN: llvm-mc -triple riscv64 -mattr=+c,+d -filetype=obj < %s \ |
27 | 27 | # RUN: | llvm-objdump --no-print-imm-hex --triple=riscv64 --mattr=+c,+d -d - \ |
28 | 28 | # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s |
|
32 | 32 | # RUN: llvm-mc -triple riscv64 -mattr=+zcd,+d -show-encoding < %s \ |
33 | 33 | # RUN: | FileCheck -check-prefixes=CHECK-ALIAS %s |
34 | 34 | # RUN: llvm-mc -triple riscv64 -mattr=+zcd,+d -show-encoding \ |
35 | | -# RUN: -riscv-no-aliases < %s | FileCheck -check-prefixes=CHECK-INST %s |
| 35 | +# RUN: -M no-aliases < %s | FileCheck -check-prefixes=CHECK-INST %s |
36 | 36 | # RUN: llvm-mc -triple riscv64 -mattr=+zcd,+d -filetype=obj < %s \ |
37 | 37 | # RUN: | llvm-objdump --no-print-imm-hex --triple=riscv64 --mattr=+zcd,+d -d - \ |
38 | 38 | # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s |
|
0 commit comments