[PATCH] D139553: [llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attribute

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 05:09:15 PST 2022


kito-cheng added a comment.

I've implement this before ( https://reviews.llvm.org/D125204), but I didn't find enough time to complete the error handle part, apparently this patch did better than mine in this part.

The only functional difference is this patch isn't ignore unsupported extension, feel free to take those part into your patch :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139553



More information about the llvm-commits mailing list