[PATCH] D114410: [ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect symbol table

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 20:06:35 PST 2021


thevinster created this revision.
Herald added a subscriber: hiraditya.
thevinster updated this revision to Diff 389086.
thevinster added a comment.
thevinster retitled this revision from "[obj2yaml/yaml2obj/ObjectYAML][MachO] Support indirect symbol table" to "[ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect symbol table".
thevinster edited the summary of this revision.
thevinster added reviewers: smeenai, alexander-shaposhnikov, int3, jhenderson, drodriguez.
thevinster published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

clang-format


Tools such as `llvm-objdump` or `llvm-readobj` support indirect symbol
tables. Here, support it for `obj2yaml` and `yaml2obj`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114410

Files:
  llvm/include/llvm/ObjectYAML/MachOYAML.h
  llvm/lib/ObjectYAML/MachOEmitter.cpp
  llvm/lib/ObjectYAML/MachOYAML.cpp
  llvm/test/ObjectYAML/MachO/dsymtab.yaml
  llvm/tools/obj2yaml/macho2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114410.389086.patch
Type: text/x-patch
Size: 15348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211123/7b94c5b0/attachment.bin>


More information about the llvm-commits mailing list