On 05/29/2018 02:12 PM, Petr Špaček wrote:
> On 29.5.2018 14:03, Martin Liška wrote:
>> Hi.
>>
>> I'm sending V2, where I changed:
>>
>> - removed expansion of '%w', it's handled in: 
>> https://gcc.gnu.org/ml/gcc-patches/2018-05/msg00729.html
>> - simplified concatenation in replace_filename_variables
>> - documentation for the expansion is added
>>
>> Ready for trunk?
> 
> It seems as step in the right direction. Thank you!
> 
> What's missing to address
> https://github.com/linux-test-project/lcov/issues/37
> completely?
> 

Well, I added support to print to stdout:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=260361

And GCC PR:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82702

mentioned in the lcov issue is also resolver.

Can you please specify what piece is missing for you?
Another way is to use gcov-tool to merge all the profiles (.gcda)
files created during parallel execution.

Martin

Reply via email to