mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[llvm-objdump][docs] Fix documentation for offloading flags
This commit is contained in:
parent
74d62c0a8a
commit
ec2b040e18
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user