[PATCH] D123515: [RISCV] Support '.option arch' directive

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 13:25:41 PDT 2023


jrtc27 added inline comments.


================
Comment at: llvm/test/MC/RISCV/option-arch.s:93
+# Test arch string without version number
+#CHECK: .option arch, rv32i2p0_m2p0_a2p0_c2p0
+.option arch, rv32imac
----------------
MaskRay wrote:
> here and throughout, add a space in `#CHECK:`
This wasn't fixed prior to (or while) committing; bacb14b9f31ede0572af504407696c549362c874


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123515



More information about the llvm-commits mailing list