From 1c00edf2e4f6fa7e4b02710cffd71a638fd124ee Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 13 Jul 2018 22:39:31 +0000 Subject: [PATCH] [docs] Update usage directive for llvm-cov report -show-functions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337062 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-cov.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CommandGuide/llvm-cov.rst b/docs/CommandGuide/llvm-cov.rst index 8e9c78c23a1..6f1b6e46c48 100644 --- a/docs/CommandGuide/llvm-cov.rst +++ b/docs/CommandGuide/llvm-cov.rst @@ -327,8 +327,8 @@ the binaries *BIN*,... using the profile data *PROFILE*. It can optionally be 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`. -- 2.50.1