[PATCH] D122069: [Object] Add binary format for bundling offloading metadata

Saiyedul Islam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 08:09:49 PDT 2022


saiislam added a comment.

Hey @jhuber6 , as discussed in multi-company meeting, I think that we will need at least an arch field somewhere in this. We would like to create multi-arch binaries so that runtime can load the compatible one on its own.
You may even consider using TargetID Format <https://clang.llvm.org/docs/ClangOffloadBundler.html#target-id> to store the list of archs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122069/new/

https://reviews.llvm.org/D122069



More information about the llvm-commits mailing list