[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 29 09:19:10 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa37f558682e4: [llvm-objdump] Add --no-print-imm-hex to the command guide (authored by gbreynoo).

Changed prior to commit:
  https://reviews.llvm.org/D104717?vs=353656&id=355267#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104717/new/

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
@@ -169,6 +169,10 @@
 
   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
 
   When disassembling, do not print the raw bytes of each instruction.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104717.355267.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210629/02327a45/attachment.bin>


More information about the llvm-commits mailing list