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

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 00:20:40 PDT 2022


liaolucy added a comment.



> 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.

For example, does V extensions(.attribute arch, "xxxx_v1p0") need to be added to attribute-with-insts.s?


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