[llvm] r337062 - [docs] Update usage directive for llvm-cov report -show-functions

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 15:39:31 PDT 2018


Author: vedantk
Date: Fri Jul 13 15:39:31 2018
New Revision: 337062

URL: http://llvm.org/viewvc/llvm-project?rev=337062&view=rev
Log:
[docs] Update usage directive for llvm-cov report -show-functions

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=337062&r1=337061&r2=337062&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-cov.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-cov.rst Fri Jul 13 15:39:31 2018
@@ -327,8 +327,8 @@ the binaries *BIN*,... using the profile
 filtered to only show the coverage for the files listed in *SOURCES*.
 
 If no source files are provided, a summary line is printed for each file in the
-coverage data. If any files are provided, summaries are shown for each function
-in the listed files instead.
+coverage data. If any files are provided, summaries can be shown for each
+function in the listed files if the ``-show-functions`` option is enabled.
 
 For information on compiling programs for coverage and generating profile data,
 see :ref:`llvm-cov-show`.




More information about the llvm-commits mailing list