diff options
author | David Salinas <dsalinas@amd.com> | 2025-05-23 11:55:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-23 11:55:16 -0400 |
commit | 51a03ed27282166d418399f2ade9814ea5be9944 (patch) | |
tree | f782d409b49ba6e73f7f893990b56cf2226becf3 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | 7dc7c155251c0008d5d59b84f0c9056365740f11 (diff) | |
download | llvm-51a03ed27282166d418399f2ade9814ea5be9944.zip llvm-51a03ed27282166d418399f2ade9814ea5be9944.tar.gz llvm-51a03ed27282166d418399f2ade9814ea5be9944.tar.bz2 |
Extend llvm objdump fatbin (#140286)
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.
---------
Co-authored-by: dsalinas <dsalinas@MKM-L1-DSALINAS.amd.com>
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index ab9f583..5e5eacc 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -217,7 +217,7 @@ OPTIONS .. option:: --offloading - Display the content of the LLVM offloading section. + Display the content of the LLVM offloading sections and HIP offload bundles. .. option:: --prefix=<prefix> |