[llvm] [llvm-objdump] Add support for HIP offload bundles (PR #114834)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 06:11:17 PST 2025
jhuber6 wrote:
I'm wondering if we should split up the addition of the offloading binary handling. How different are the definitions here from the ones in `clang/Driver/OffloadBundler.h`? Should we just move those to LLVM? I also feel like the definitions should be in a separate header file, since they're distinct from the `OffloadBinary`, totally different binary formats.
https://github.com/llvm/llvm-project/pull/114834
More information about the llvm-commits
mailing list