[llvm] 8576867 - [llvm-objdump][Docs] Document new flag
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 17:42:51 PDT 2022
Author: Joseph Huber
Date: 2022-07-07T20:41:53-04:00
New Revision: 85768677f84d587dd424b0239064da2d2ab59fb6
URL: https://github.com/llvm/llvm-project/commit/85768677f84d587dd424b0239064da2d2ab59fb6
DIFF: https://github.com/llvm/llvm-project/commit/85768677f84d587dd424b0239064da2d2ab59fb6.diff
LOG: [llvm-objdump][Docs] Document new flag
Added:
Modified:
llvm/docs/CommandGuide/llvm-objdump.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 645156dba4a7e..7faa85514f9cc 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -378,6 +378,10 @@ 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.
More information about the llvm-commits
mailing list