[llvm] r208151 - llvm-cov: Document --no-output in the command guide
Justin Bogner
mail at justinbogner.com
Tue May 6 19:33:58 PDT 2014
Author: bogner
Date: Tue May 6 21:33:58 2014
New Revision: 208151
URL: http://llvm.org/viewvc/llvm-project?rev=208151&view=rev
Log:
llvm-cov: Document --no-output in the command guide
Modified:
llvm/trunk/docs/CommandGuide/llvm-cov.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-cov.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-cov.rst?rev=208151&r1=208150&r2=208151&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-cov.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-cov.rst Tue May 6 21:33:58 2014
@@ -88,6 +88,11 @@ OPTIONS
can be combined with the --preserve-paths option to use complete paths for
both the main file and the included file.
+.. option:: -n, --no-output
+
+ Do not output any ``.gcov`` files. Summary information is still
+ displayed.
+
.. option:: -o=<DIR|FILE>, --object-directory=<DIR>, --object-file=<FILE>
Find objects in DIR or based on FILE's path. If you specify a particular
More information about the llvm-commits
mailing list