================ @@ -133,6 +133,11 @@ Error getAMDGPUMetaDataFromImage(MemoryBufferRef MemBuffer, StringMap<AMDGPUKernelMetaData> &KernelInfoMap, uint16_t &ELFABIVersion); } // namespace amdgpu +namespace intel { +/// Containerizes an offloading image into the ELF binary format expected by +/// the Intel runtime offload plugin. +void containerizeOpenMPSPIRVImage(object::OffloadBinary::OffloadingImage &Img); ---------------- jhuber6 wrote:
This should probably be a separate patch with a unit test. https://github.com/llvm/llvm-project/pull/120145 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits