[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:23 PDT 2025


================
@@ -277,6 +277,8 @@ struct CommonConfig {
   bool StripUnneeded = false;
   bool Weaken = false;
   bool DecompressDebugSections = false;
+  bool DumpOffloadBundle = false;
----------------
jh7370 wrote:

You've only implemented this for ELF, but you've put this in `CommonConfig`, not `ELFConfig`. Why?

https://github.com/llvm/llvm-project/pull/143347


More information about the llvm-commits mailing list