There were several options missing from the documentation. This patch adds them as well as improving some wording and separating the Mach-O only options into a separate section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
docs/CommandGuide/llvm-nm.rst | ||
---|---|---|
72 ↗ | (On Diff #206014) | -B is the default, even on macOS (explicit -m to enable the Darwin style) |
docs/CommandGuide/llvm-nm.rst | ||
---|---|---|
72 ↗ | (On Diff #206014) | 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*. |
Comment Actions
Thanks @MaskRay. I'm going to land this shortly, to reduce the number of in-flight patches I have on the docs, but I'll happily take further feedback for improvements if anybody has any.