[PATCH] D125204: [RISCV] Use RISCVISAInfo to parse arch string from ELF build attribute.

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 00:08:58 PDT 2022


kito-cheng added a comment.

@liaolucy

> Does this test case need to be updated? llvm/test/MC/RISCV/attribute-with-insts.s

The testcase already has arch attribute, so assemble disassemble are work fine as past, the difference is disassembler using RISCVISAInfo to parse arch string from ELF attribute.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125204



More information about the llvm-commits mailing list