diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-06-18 18:57:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 18:57:25 +0300 |
commit | 1309b0618344a443ea9e298e0916eb0d2cd34d79 (patch) | |
tree | 17964dc785d9d234aef5385d5d487ae71a8ba173 /docs/markdown/howtox.md | |
parent | 96609da8d26fc05be8845c1edf05c8aa38af047d (diff) | |
parent | 8620ca2066d04b0d61c8f9fc60c218c779bd11fb (diff) | |
download | meson-1309b0618344a443ea9e298e0916eb0d2cd34d79.zip meson-1309b0618344a443ea9e298e0916eb0d2cd34d79.tar.gz meson-1309b0618344a443ea9e298e0916eb0d2cd34d79.tar.bz2 |
Merge pull request #7196 from cconverse711/llvm-cov
coverage: llvm-cov support
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r-- | docs/markdown/howtox.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index b48aeab..5f9d136 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -155,8 +155,7 @@ $ ninja coverage-html (or coverage-xml) The coverage report can be found in the meson-logs subdirectory. -Note: Currently, Meson does not support generating coverage reports -with Clang. +*New in 0.55.0* llvm-cov support for use with clang ## Add some optimization to debug builds |