diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 |
| commit | eb11fae6d08f479c0799db45860a98af528fa6e7 (patch) | |
| tree | 44d492a50c8c1a7eb8e2d17ea3360ec4d066f042 /docs/CommandGuide/llvm-nm.rst | |
| parent | b8a2042aa938069e862750553db0e4d82d25822c (diff) | |
Notes
Diffstat (limited to 'docs/CommandGuide/llvm-nm.rst')
| -rw-r--r-- | docs/CommandGuide/llvm-nm.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-nm.rst b/docs/CommandGuide/llvm-nm.rst index da7edea4743b..2a2f8275ffc9 100644 --- a/docs/CommandGuide/llvm-nm.rst +++ b/docs/CommandGuide/llvm-nm.rst @@ -93,6 +93,10 @@ OPTIONS Print only symbols whose definitions are external; that is, accessible from other files. +.. option:: --no-weak, -W + + Don't print any weak symbols in the output. + .. option:: --format=format, -f format Select an output format; *format* may be *sysv*, *posix*, or *bsd*. The default |
