[PATCH] D63655: [docs][llvm-nm] Add missing options to documentation
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 01:58:54 PDT 2019
jhenderson marked an inline comment as done.
jhenderson added inline comments.
================
Comment at: docs/CommandGuide/llvm-nm.rst:72
- Use BSD output format. Alias for `--format=bsd`.
-
-.. option:: -P
-
- Use POSIX.2 output format. Alias for `--format=posix`.
+ Use BSD output format. Alias for `--format=bsd`.
----------------
MaskRay wrote:
> `-B` is the default, even on macOS (explicit `-m` to enable the Darwin style)
Since `-B` is an alias for `--format=bsd`, we don't need to mention it in both places. Note the following bit from the `--format` description: `The default is *bsd*.`
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63655/new/
https://reviews.llvm.org/D63655
More information about the llvm-commits
mailing list