[PATCH] D109587: [RISCV][WIP] Generate target attribute in attribute section of object file when assemble .s file

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 10:01:06 PDT 2021


MaskRay added a comment.

For other targets, llvm-objdump is just recommended to default to `--mcpu=all` if no attribute section says anything about the ISA. That may be an issue if there are conflicting encoding in one ISA.


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

https://reviews.llvm.org/D109587



More information about the llvm-commits mailing list