aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objdump.rst
diff options
context:
space:
mode:
authorDavid Salinas <dsalinas@amd.com>2025-05-08 17:32:10 -0400
committerGitHub <noreply@github.com>2025-05-08 17:32:10 -0400
commit06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1 (patch)
tree3234bdfbbef776a87d7b180eb386829f532d29ee /llvm/docs/CommandGuide/llvm-objdump.rst
parent92d949229273a7c1dfb923a2b8fbac92fae04fd5 (diff)
downloadllvm-06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1.zip
llvm-06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1.tar.gz
llvm-06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1.tar.bz2
[llvm-objdump] Add support for HIP offload bundles (#114834)
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.rst2
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>