aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/howtox.md
diff options
context:
space:
mode:
authormayl <larrymayster@gmail.com>2019-11-11 06:47:02 +0900
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-10 23:47:02 +0200
commit33a2e7c3d2b18106534709151e651432921962fe (patch)
treee61d341819bfebda6ff049f16440047741eb53a8 /docs/markdown/howtox.md
parent35e809fc5e7c06e46753722bff03b491b6223df9 (diff)
downloadmeson-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.md3
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