[PATCH] D129507: [llvm-objcopy] Add option to dump embedded offloading images
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 11:49:11 PDT 2022
jhuber6 added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/ObjcopyOpts.td:200
+ "Dump the <index> embedded offloading buffer into file <file>">,
+ MetaVarName<"index=file">;
defm prefix_symbols
----------------
I think the syntax for this flag could be improved, users may want to dump all files matching a triple, architecture, etc. Let me know if you have any suggestions.
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