diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-nm.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index da7edea4743..2a2f8275ffc 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/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 |