diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-07-07 20:41:37 -0400 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-07-07 20:41:53 -0400 |
commit | 85768677f84d587dd424b0239064da2d2ab59fb6 (patch) | |
tree | 6d0bcef26e58dcdc275cd5bf05e1e9997e84b413 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | e60cc52b791fc00e97f4f54507687a93738bee7f (diff) | |
download | llvm-85768677f84d587dd424b0239064da2d2ab59fb6.zip llvm-85768677f84d587dd424b0239064da2d2ab59fb6.tar.gz llvm-85768677f84d587dd424b0239064da2d2ab59fb6.tar.bz2 |
[llvm-objdump][Docs] Document new flag
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 645156d..7faa855 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. |