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

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 11:22:43 PST 2025


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

need to be updated to support v3. and refactor clang to use this header.

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


More information about the llvm-commits mailing list