diff options
author | Alexander Shaposhnikov <alexshap@fb.com> | 2021-02-11 13:46:49 -0800 |
---|---|---|
committer | Alexander Shaposhnikov <alexshap@fb.com> | 2021-02-16 17:52:12 -0800 |
commit | cdcb60a820571f7384920fb534ce23e7568bfc03 (patch) | |
tree | e31f8b935204a90ee3b6802e59f33f15ea89fd2c /llvm/docs/CommandGuide/llvm-libtool-darwin.rst | |
parent | c62b737ad655f189cf76f4324ba04317133d6648 (diff) | |
download | llvm-cdcb60a820571f7384920fb534ce23e7568bfc03.zip llvm-cdcb60a820571f7384920fb534ce23e7568bfc03.tar.gz llvm-cdcb60a820571f7384920fb534ce23e7568bfc03.tar.bz2 |
[llvm-libtool] Emit warnings for files without symbols
1. Emit warnings for files without symbols.
2. Add -no_warning_for_no_symbols.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D95843
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. |