diff options
author | Cary Converse <converse@battelle.org> | 2020-03-29 11:28:02 -0400 |
---|---|---|
committer | Cary Converse <cconverse711@gmail.com> | 2020-06-17 23:02:50 -0400 |
commit | a198e5d191820fda9142d248cd5d134e5f2a5b93 (patch) | |
tree | 3bd671071afd17576389af351e26d33d9544406a /docs/markdown/howtox.md | |
parent | 804cefc94cd334fccccdf3015eb0b3f589f87515 (diff) | |
download | meson-a198e5d191820fda9142d248cd5d134e5f2a5b93.zip meson-a198e5d191820fda9142d248cd5d134e5f2a5b93.tar.gz meson-a198e5d191820fda9142d248cd5d134e5f2a5b93.tar.bz2 |
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 84546b7..0832060 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 |