[PATCH] D153260: [RISCV][MC] Implement mapping symbols

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 07:19:50 PDT 2023


jobnoorman added a comment.

I just realized that binutils doesn't recognize `$x.i` or `$d.i` symbols when reading files. That means that ELF files generated with this patch, although compliant with the spec, are not really interoperable with binutils (e.g., `objdump` doesn't take our symbols into account). Therefore, I think it makes sense to update this patch to only generate `$x` and `$d` symbols, unless anyone sees a problem with generating multiple symbols with the same name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153260



More information about the llvm-commits mailing list