[llvm] [OFFLOAD] Generalize support for OffloadBinary images (PR #186088)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 07:03:49 PDT 2026
================
@@ -313,10 +315,27 @@ struct DynBlockMemConfTy {
void *FallbackPtr = nullptr;
};
+/// Metadata extracted from OffloadBinary format
+struct OffloadBinMetadataTy {
----------------
jhuber6 wrote:
Shouldn't this stuff be available through the OffloadBinary type itself?
https://github.com/llvm/llvm-project/pull/186088
More information about the llvm-commits
mailing list