From cdcb60a820571f7384920fb534ce23e7568bfc03 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Thu, 11 Feb 2021 13:46:49 -0800 Subject: [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 --- llvm/docs/CommandGuide/llvm-libtool-darwin.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide/llvm-libtool-darwin.rst') 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 Specify the output file name. Must be specified exactly once. -- cgit v1.1