From 62eb0fdb08da2b8463fdaae33abbcbe8b52e5c19 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Sun, 5 Feb 2017 20:11:08 +0000 Subject: [llvm-cov] Don't show function summaries when filtering by filename (fixes PR31395) llvm-svn: 294137 --- llvm/docs/CommandGuide/llvm-cov.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 4c0354c0d60..ea2e625bc4d 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -322,6 +322,10 @@ OPTIONS universal binary or to use an architecture that does not match a non-universal binary. +.. option:: -show-functions + + Show coverage summaries for each function. + .. program:: llvm-cov export .. _llvm-cov-export: -- cgit v1.2.3