[PATCH] D129507: [llvm-objcopy] Add option to dump embedded offloading images

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 14:45:26 PDT 2022


jhuber6 added a comment.

In D129507#3643246 <https://reviews.llvm.org/D129507#3643246>, @MaskRay wrote:

> The feature doesn't fit into llvm-objcopy's purpose. llvm-objcopy is a binary manipulation tool which only understands ELF. `--dump-offloading` seems to parse the content using knowledge of the underlying format.

Will this feature be acceptable `llvm-objcopy` considering we already have code there? I'd like to know where you think this code should live before I put in the effort to make any changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129507



More information about the llvm-commits mailing list