[clang] [llvm] [Offloading] Extend OffloadBinary format to support multiple metadata entries (PR #169425)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 18:58:42 PST 2025
jhuber6 wrote:
> FYI: I'm now updating `OffloadBinary.cpp` (`OffloadBinary::create`, `OffloadBinary::write`, etc..) to support new format.
Yeah, we'll probably just want to make the interface take an array reference, possibly a helper that takes a single one and turns it into an array of one for convenience
https://github.com/llvm/llvm-project/pull/169425
More information about the llvm-commits
mailing list