[llvm-objdump][docs] Fix documentation for offloading flags

This commit is contained in:
Joseph Huber 2022-07-11 15:43:18 -04:00
parent 74d62c0a8a
commit ec2b040e18
2 changed files with 6 additions and 4 deletions

View File

@ -183,6 +183,10 @@ OPTIONS
When disassembling, do not print the raw bytes of each instruction.
.. option:: --offloading
Display the content of the LLVM offloading section.
.. option:: --prefix=<prefix>
When disassembling with the :option:`--source` option, prepend ``prefix`` to
@ -378,10 +382,6 @@ MACH-O ONLY OPTIONS AND COMMANDS
Display the Objective-C runtime meta data.
.. option:: --offloading
Display the content of the LLVM offloading section.
.. option:: --private-header
Display only the first format specific file header.

View File

@ -105,6 +105,8 @@ Print no leading address.
Print no leading headers.
.It Fl -no-show-raw-insn
When disassembling instructions, do not print the instruction bytes.
.It Fl -offloading
Display the content of the LLVM offloading section.
.It Fl -prefix Ns = Ns Ar PREFIX
When disassembling, add
.Ar PREFIX