================ @@ -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