[PATCH] D104717: [llvm-objdump] Add --no-print-imm-hex to the command guide

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 08:11:40 PDT 2021


gbreynoo created this revision.
gbreynoo added reviewers: thakis, MaskRay, keith.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The option `--no-print-imm-hex` was not included in the command guide for llvm-objdump but appears in the help text. This commit adds it to the command guide.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104717

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst


Index: llvm/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-objdump.rst
+++ llvm/docs/CommandGuide/llvm-objdump.rst
@@ -168,6 +168,10 @@
 .. option:: --no-leading-addr
 
   When disassembling, do not print leading addresses.
+  
+.. option:: --no-print-imm-hex
+
+  Do not use hex format for immediate values in disassembly output (default).
 
 .. option:: --no-show-raw-insn
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104717.353656.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/e0b934bf/attachment.bin>


More information about the llvm-commits mailing list