[llvm] r204881 - llvm-cov: When reading strings in gcov data, skip leading zeros

Nick Lewycky nicholas at mxc.ca
Fri Mar 28 00:37:56 PDT 2014


Justin Bogner wrote:
> Author: bogner
> Date: Wed Mar 26 19:06:36 2014
> New Revision: 204881
>
> URL: http://llvm.org/viewvc/llvm-project?rev=204881&view=rev
> Log:
> llvm-cov: When reading strings in gcov data, skip leading zeros
>
> It seems that gcov, when faced with a string that is apparently zero
> length, just keeps reading words until it finds a length it likes
> better. I'm not really sure why this is, but it's simple enough to
> make llvm-cov follow suit.

*blink*

I am so happy to not be the gcov expert any more. Thank you. What a format.

Nick



More information about the llvm-commits mailing list