Skip to content
Snippets Groups Projects
Commit 24ebc2ed authored by Vedant Kumar's avatar Vedant Kumar
Browse files

[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
parent c1579619
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ To generate the same report in html with demangling turned on, use: ...@@ -115,7 +115,7 @@ To generate the same report in html with demangling turned on, use:
.. code-block:: console .. 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 This report includes a summary view as well as dedicated sub-views for
templated functions and their instantiations. For our example program, we get templated functions and their instantiations. For our example program, we get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment