aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objdump.rst
diff options
context:
space:
mode:
authorDavid Salinas <dsalinas@amd.com>2025-05-16 09:39:15 -0400
committerGitHub <noreply@github.com>2025-05-16 09:39:15 -0400
commit910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7 (patch)
tree8b828e77ef540dc066d12029de8a10b747c4948b /llvm/docs/CommandGuide/llvm-objdump.rst
parent689a960b693446f0d258240fea0c844b6e685d6e (diff)
downloadllvm-910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7.zip
llvm-910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7.tar.gz
llvm-910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7.tar.bz2
Reapply: [llvm-objdump] Add support for HIP offload bundles (#140128)
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>