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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 12:28:20 PDT 2022


MaskRay added a comment.

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.


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