diff options
author | Fangrui Song <i@maskray.me> | 2022-10-04 10:01:30 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-10-04 10:01:30 -0700 |
commit | 5c7566cd05970fafa5d93b192ca36c4c4b114f72 (patch) | |
tree | ab86e646d1c1c31cb402ef3b9c42afa6abf01c95 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | ad92a3db2e43f1fcac65a1a7949dd24c855d7002 (diff) | |
download | llvm-5c7566cd05970fafa5d93b192ca36c4c4b114f72.zip llvm-5c7566cd05970fafa5d93b192ca36c4c4b114f72.tar.gz llvm-5c7566cd05970fafa5d93b192ca36c4c4b114f72.tar.bz2 |
[llvm-objdump] Add --no-addresses as an alias for --no-leading-addr
The output is similar to objdump --no-addresses since binutils 2.35.
Depends on D135039
Close #58088
Differential Revision: https://reviews.llvm.org/D135040
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index d6d1d80..654a48f 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -184,7 +184,7 @@ OPTIONS Enable/disable target-specific attributes. Specify ``--mattr=help`` to display the available attributes. -.. option:: --no-leading-addr +.. option:: --no-leading-addr, --no-addresses When disassembling, do not print leading addresses for instructions or inline relocations. |