[PATCH] D63655: [docs][llvm-nm] Add missing options to documentation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 18:59:01 PDT 2019
MaskRay 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`.
----------------
`-B` is the default, even on macOS (explicit `-m` to enable the Darwin style)
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