[PATCH] D77844: [ObjectYAML][MachO] Add support for relocations

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 20:08:07 PDT 2020


alexshap updated this revision to Diff 257590.
alexshap added a comment.
Herald added subscribers: kbarton, nemanjai.

Address comments, add a test with a big endian binary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77844

Files:
  llvm/include/llvm/ObjectYAML/MachOYAML.h
  llvm/lib/ObjectYAML/MachOEmitter.cpp
  llvm/lib/ObjectYAML/MachOYAML.cpp
  llvm/test/ObjectYAML/MachO/relocations_arm64.yaml
  llvm/test/ObjectYAML/MachO/relocations_armv7.yaml
  llvm/test/ObjectYAML/MachO/relocations_ppc_big_endian.yaml
  llvm/test/ObjectYAML/MachO/relocations_x86_64.yaml
  llvm/test/ObjectYAML/MachO/virtual_section.yaml
  llvm/tools/obj2yaml/macho2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77844.257590.patch
Type: text/x-patch
Size: 121255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/3c5931ad/attachment.bin>


More information about the llvm-commits mailing list