From 24ebc2ed10d705bdcf62a9b9ba5596b93e5cf34f Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Thu, 28 Jul 2016 23:22:42 +0000 Subject: [PATCH] [docs] Coverage: Reference the new -output-dir option git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277081 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceBasedCodeCoverage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SourceBasedCodeCoverage.rst b/docs/SourceBasedCodeCoverage.rst index b56675da73..8c4ab8d0ae 100644 --- a/docs/SourceBasedCodeCoverage.rst +++ b/docs/SourceBasedCodeCoverage.rst @@ -115,7 +115,7 @@ To generate the same report in html with demangling turned on, use: .. code-block:: console - % llvm-cov show ./foo -instr-profile=foo.profdata -format html -Xdemangler c++filt -Xdemangler -n + % llvm-cov show ./foo -instr-profile=foo.profdata -format html -o report.dir -Xdemangler c++filt -Xdemangler -n This report includes a summary view as well as dedicated sub-views for templated functions and their instantiations. For our example program, we get -- 2.40.0