summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-offload-binary.rst
AgeCommit message (Collapse)Author
2025-10-07[Offload] Rename and move 'clang-offload-packager' -> 'llvm-offload-binary' ↵Joseph Huber
(#161438) Summary: This tool is pretty much a generic interface into creating and managing the offloading binary format. The binary format itself is just a fat binary block used to create heterogeneous objects. This should be made more general than just `clang` since it's likely going to be used for larger offloading projects and is the expected way to extract heterogeneous objects from offloading code. Relatively straightforward rename, a few tweaks and documentation changes. Kept in `clang-offload-packager` for legacy compatibility as we looked this tool up by name in places, will probably delete it next release.