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

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 02:49:31 PDT 2020


alexshap updated this revision to Diff 257996.
alexshap added a comment.

Address comments, add a test with an empty relocations list


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_empty.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.257996.patch
Type: text/x-patch
Size: 132250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200416/c4b44253/attachment.bin>


More information about the llvm-commits mailing list