diff options
author | Vedant Kumar <vsk@apple.com> | 2016-07-06 21:44:05 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-07-06 21:44:05 +0000 |
commit | 4c01092a25506abfc75e36ce625cf0c2c3446ddc (patch) | |
tree | cea51e9b3f76a813b73086b89f1d6a36d0640544 /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | d03e659140834cd2a50087bf0e5bc5ffca70b2f4 (diff) | |
download | bcm5719-llvm-4c01092a25506abfc75e36ce625cf0c2c3446ddc.tar.gz bcm5719-llvm-4c01092a25506abfc75e36ce625cf0c2c3446ddc.zip |
[llvm-cov] Add support for creating html reports
Based on a patch by Harlan Haskins!
Differential Revision: http://reviews.llvm.org/D18278
llvm-svn: 274688
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 35a7a036456..cdb36e7b98f 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -238,7 +238,7 @@ OPTIONS .. option:: -format=<FORMAT> - Use the specified output format. The supported formats are: "text". + Use the specified output format. The supported formats are: "text", "html". .. option:: -output-dir=PATH |