aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objdump.rst
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-07-11 15:43:18 -0400
committerJoseph Huber <jhuber6@vols.utk.edu>2022-07-11 15:44:48 -0400
commitec2b040e186fd4bbeb326ee7a086b9ab13519a5f (patch)
tree6f6def217000e6c3334bdf21a4fa0394ebb46c49 /llvm/docs/CommandGuide/llvm-objdump.rst
parent74d62c0a8a6325102ebd699e76b3e9b634851e0c (diff)
downloadllvm-ec2b040e186fd4bbeb326ee7a086b9ab13519a5f.zip
llvm-ec2b040e186fd4bbeb326ee7a086b9ab13519a5f.tar.gz
llvm-ec2b040e186fd4bbeb326ee7a086b9ab13519a5f.tar.bz2
[llvm-objdump][docs] Fix documentation for offloading flags
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 7faa855..a06e8ae 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -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.