[PATCH] D103201: [RISCV] Remove -riscv-no-aliases in favour of new -M no-aliases
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 13:20:48 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
You can delete `-o -` for `llvm-mc` while updating the tests.
================
Comment at: llvm/test/MC/RISCV/rv32fc-valid.s:10
# RUN: | FileCheck -check-prefixes=CHECK-NO-EXT-F %s
# RUN: not llvm-mc -triple riscv32 \
+# RUN: -M no-aliases -show-encoding < %s 2>&1 \
----------------
Reflow as `# RUN: not llvm-mc -triple riscv32 \` is now too short.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103201/new/
https://reviews.llvm.org/D103201
More information about the llvm-commits
mailing list