[llvm] a37f558 - [llvm-objdump] Add --no-print-imm-hex to the command guide

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 09:19:01 PDT 2021


Author: gbreynoo
Date: 2021-06-29T17:18:32+01:00
New Revision: a37f558682e479686cf1644a6aa70b8f46fa1b6a

URL: https://github.com/llvm/llvm-project/commit/a37f558682e479686cf1644a6aa70b8f46fa1b6a
DIFF: https://github.com/llvm/llvm-project/commit/a37f558682e479686cf1644a6aa70b8f46fa1b6a.diff

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

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.

Differential Revision: https://reviews.llvm.org/D104717

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 28ac7e4abbc42..3b79b9c490744 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -169,6 +169,10 @@ OPTIONS
 
   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.


        


More information about the llvm-commits mailing list