[PATCH] D89094: [objdump][macho] Check arch before formating reloc name as arm64 addend

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 00:46:19 PDT 2020


jhenderson added a comment.

Okay, I see the issue, thanks for explaining. In ELF yaml2obj and llvm-readobj, you can explicitly specify unknown values for some fields using hex, I believe, rather than the enum name. Is that possible for relocations using the Mach-O versions? If not, looks good to me too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89094



More information about the llvm-commits mailing list