Extracts fat binary in binary clang-offload-bundler format from object Obj and return it in Bundles.
Declared in <llvm/Object/OffloadBundle.h>
Error
extractOffloadBundleFatBinary(
ObjectFile const& Obj,
SmallVectorImpl<OffloadBundleFatBin>& Bundles);
Success or an error describing the failure.
| Name | Description |
|---|---|
| Obj | Object file that may contain embedded offload fat binaries. |
| Bundles | Output list populated with extracted fat binaries. |