[llvm] Add --dump-offload-bundle option to llvm-objcopy (PR #143347)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 13 01:09:22 PDT 2025
================
@@ -239,6 +239,9 @@ defm dump_section
: Eq<"dump-section",
"Dump contents of section named <section> into file <file>">,
MetaVarName<"section=file">;
+
+defm dump_offload_bundle : Eq<"dump-offload-bundle", "Dump the contents specified by URI">;
----------------
jh7370 wrote:
Nit: alphabetical order.
https://github.com/llvm/llvm-project/pull/143347
More information about the llvm-commits
mailing list