[llvm] Extend llvm objdump fatbin (PR #114834)

David Salinas via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 09:50:29 PST 2025


================
@@ -49,6 +51,31 @@ enum ImageKind : uint16_t {
   IMG_LAST,
 };
 
+class CompressedOffloadBundle {
----------------
david-salinas wrote:

Yes.  Though I was thinking I'd update this and refactor clang to use the LLVM Offloading API in another patch.

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


More information about the llvm-commits mailing list