diff options
Diffstat (limited to 'llvm/test/MC/RISCV/rv32e-invalid.s')
-rw-r--r-- | llvm/test/MC/RISCV/rv32e-invalid.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/rv32e-invalid.s b/llvm/test/MC/RISCV/rv32e-invalid.s index 7403499eeda..efc5528904f 100644 --- a/llvm/test/MC/RISCV/rv32e-invalid.s +++ b/llvm/test/MC/RISCV/rv32e-invalid.s @@ -1,6 +1,6 @@ # RUN: not llvm-mc -triple riscv32 -mattr=+e < %s 2>&1 | FileCheck %s # RUN: llvm-mc -filetype=obj -triple=riscv32 < %s \ -# RUN: | llvm-objdump -mattr=+e -riscv-no-aliases -d -r - \ +# RUN: | llvm-objdump -mattr=+e -M no-aliases -d -r - \ # RUN: | FileCheck -check-prefix=CHECK-DIS %s # Perform a simple sanity check that registers x16-x31 (and the equivalent |