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

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 14:00:24 PDT 2022


beanz added a comment.

In D134250#3803226 <https://reviews.llvm.org/D134250#3803226>, @drodriguez wrote:

> Agree 100%. The need from this come from D133974 <https://reviews.llvm.org/D133974>. I had the need of testing that the data was moved correctly during objcopy, but I don't have the need to inspect the data itself. My hope is that whenever someone has the need to check that the data is actually representing the right thing, they will have the knowledge of what the data represents and how better transform it into YAML.

Amusingly the only documentation I'm aware of that documents the format of the export trie... is in a file you modified in this change: https://github.com/llvm/llvm-project/blob/main/llvm/tools/obj2yaml/macho2yaml.cpp#L473


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134250



More information about the llvm-commits mailing list