diff options
author | mayl <larrymayster@gmail.com> | 2019-11-11 06:47:02 +0900 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-10 23:47:02 +0200 |
commit | 33a2e7c3d2b18106534709151e651432921962fe (patch) | |
tree | e61d341819bfebda6ff049f16440047741eb53a8 /docs/markdown/howtox.md | |
parent | 35e809fc5e7c06e46753722bff03b491b6223df9 (diff) | |
download | meson-33a2e7c3d2b18106534709151e651432921962fe.zip meson-33a2e7c3d2b18106534709151e651432921962fe.tar.gz meson-33a2e7c3d2b18106534709151e651432921962fe.tar.bz2 |
Document lack of clang support [skip ci]
Meson doesn't currently provide a very helpful message when trying to generate a coverage report with clang, and in fact just silently fails for 2 of the 3 reports. Ideally Meson would support coverage with llvm-cov, or provide a more helpful error message. Until then, it seems it would be helpful to at least put a warning in the documentation
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r-- | docs/markdown/howtox.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 8ae4fde..188f1f7 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -118,6 +118,9 @@ $ 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. + ## Add some optimization to debug builds By default the debug build does not use any optimizations. This is the |