[PATCH] D103004: [llvm-mc] Add -M to replace -riscv-no-aliases and -riscv-arch-reg-names

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 08:55:14 PDT 2021


luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.

I'm not very happy that we now have to consistently check two variables (error-prone, etc.), but I suppose that's OK if we are going to remove `-riscv-no-aliases` soon.
Other than that, the patch LGTM.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103004/new/

https://reviews.llvm.org/D103004



More information about the llvm-commits mailing list