[PATCH] D134250: [ObjectYAML] Support chained fixups, dyld exports trie, data in code

Daniel Rodríguez Troitiño via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 19:14:21 PDT 2022


drodriguez created this revision.
drodriguez added reviewers: jhenderson, beanz, Higuoxing.
Herald added a subscriber: hiraditya.
Herald added a project: All.
drodriguez requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add support for byte data of chained fixups, dyld exports trie and data
in code. This allows basic tests with those elements.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134250

Files:
  llvm/include/llvm/ObjectYAML/MachOYAML.h
  llvm/lib/ObjectYAML/MachOEmitter.cpp
  llvm/lib/ObjectYAML/MachOYAML.cpp
  llvm/test/ObjectYAML/MachO/chained-fixups.yaml
  llvm/test/ObjectYAML/MachO/data-in-code.yaml
  llvm/tools/obj2yaml/macho2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134250.461448.patch
Type: text/x-patch
Size: 20133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220920/7ce28560/attachment.bin>


More information about the llvm-commits mailing list