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
This commit is contained in:
mayl 2019-11-11 06:47:02 +09:00 committed by Jussi Pakkanen
parent 35e809fc5e
commit 33a2e7c3d2
1 changed files with 3 additions and 0 deletions

View File

@ -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