diff options
author | Vedant Kumar <vsk@apple.com> | 2018-07-13 22:39:31 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-07-13 22:39:31 +0000 |
commit | 899692e9818111d54ef16f45f582e4bced92526c (patch) | |
tree | 9ad11db90f89d627beb2221e15f28b96cbd505b6 /llvm/docs/CommandGuide | |
parent | d37e078d3916e1b67603ab058a91d851eb6a08e2 (diff) | |
download | bcm5719-llvm-899692e9818111d54ef16f45f582e4bced92526c.tar.gz bcm5719-llvm-899692e9818111d54ef16f45f582e4bced92526c.zip |
[docs] Update usage directive for llvm-cov report -show-functions
llvm-svn: 337062
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 8e9c78c23a1..6f1b6e46c48 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/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`. |