diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-libtool-darwin.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-libtool-darwin.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-libtool-darwin.rst b/llvm/docs/CommandGuide/llvm-libtool-darwin.rst index 6be849a..ccdf464 100644 --- a/llvm/docs/CommandGuide/llvm-libtool-darwin.rst +++ b/llvm/docs/CommandGuide/llvm-libtool-darwin.rst @@ -64,6 +64,10 @@ OPTIONS :option:`-L` and before the default search path. The default search path includes directories `/lib`, `/usr/lib` and `/usr/local/lib`. +.. option:: -no_warning_for_no_symbols + + Do not warn about files that have no symbols. + .. option:: -o <filename> Specify the output file name. Must be specified exactly once. |