diff options
author | David Spickett <david.spickett@linaro.org> | 2020-11-30 10:39:07 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2020-11-30 12:52:54 +0000 |
commit | c2ead57ccf74900901fdda1cd0fbe9a7a0d1297a (patch) | |
tree | f1c7a29ca1306f3965690f5b7fb3fc8ce951d312 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | 13c42f4ca7fbe36257d192da02ec46a2c880d938 (diff) | |
download | llvm-c2ead57ccf74900901fdda1cd0fbe9a7a0d1297a.zip llvm-c2ead57ccf74900901fdda1cd0fbe9a7a0d1297a.tar.gz llvm-c2ead57ccf74900901fdda1cd0fbe9a7a0d1297a.tar.bz2 |
[llvm-objdump] Document --mattr=help in --help output
This does the same as `--mcpu=help` but was only
documented in the user guide.
* Added a test for both options.
* Corrected the single dash in `-mcpu=help` text.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D92305
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 4acb048..1ac7a05 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -156,7 +156,7 @@ OPTIONS .. option:: --mattr=<a1,+a2,-a3,...> - Enable/disable target-specific attributes. Specify ``--mcpu=help`` to display + Enable/disable target-specific attributes. Specify ``--mattr=help`` to display the available attributes. .. option:: --no-leading-addr |