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

Peng Guo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 22:09:01 PDT 2020


pguo added a comment.

I didn't add a test in the patch since for now, there only two macho relocation types using number 10: `PPC_RELOC_HI16_SECTDIFF` and `ARM64_RELOC_ADDEND`.  And PPC macho object writer has been deleted in commit 3e851f4a688 <https://reviews.llvm.org/rG3e851f4a688c42315355aae743b403dddeba9860>.


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