[PATCH] D103201: [RISCV] Remove -riscv-no-aliases in favour of new -M no-aliases
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 13:24:16 PDT 2021
jrtc27 added inline comments.
================
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 \
----------------
MaskRay wrote:
> Reflow as `# RUN: not llvm-mc -triple riscv32 \` is now too short.
Blegh, probably a load of similar cases in d63d662d3cc51219fb08908ebea8d5851e53adb8 :(
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