LCOV and LLVM Coverage Mapping Format

Hi All,

I recently came across the new LLVM coverage mapping format.

Is there a tool available for Linux (or better: platform-generic) to get the coverage information displayed in HTML format like lcov is doing for gcov coverage information? If no such a tool is available at the moment, would it be beneficial to contribute it?

Thanks for your reply in advance and best regards,
Andi

See http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html

The patch by Harlen is pending review – will be in trunk soon.

David