Re: [cmake-developers] llvm coverage format .profdata

2016-08-16 Thread Brad King
On 08/15/2016 02:24 PM, Alex Ciobanu wrote: > Are there any plans in this direction? Not currently, but one can look at the implementations of the currently supported formats to add it. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http

[cmake-developers] llvm coverage format .profdata

2016-08-15 Thread Alex Ciobanu
Hi, As many of you know, clang now outputs coverage information using the LLVM format described here: http://llvm.org/docs/CoverageMappingFormat.html Notably, Xcode 7.3 and later uses this format for its code coverage functionality. Curre