[PATCH] D134569: [ObjectYAML] Support for basic data in code.

Daniel Rodríguez Troitiño via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 14:56:12 PDT 2022


drodriguez created this revision.
drodriguez added reviewers: beanz, pete.
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.

This is a split of D134250 <https://reviews.llvm.org/D134250>.

Supports for parsing and dumping the LC_DATA_IN_CODE contents (as binary
data).

This allows more complete testing of llvm-objdump in D133974 <https://reviews.llvm.org/D133974>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134569

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134569.462595.patch
Type: text/x-patch
Size: 12595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/4b620093/attachment.bin>


More information about the llvm-commits mailing list