On Wed, Dec 14, 2016 at 12:43 AM, Jonathan Corbet wrote:
> On Tue, 13 Dec 2016 16:20:59 +0100
> Dmitry Vyukov wrote:
>
>> Now that we have gcc plugins and in particular sancov plugin,
>> KCOV can be used with gcc 4.5+. Note this in the docs.
>
> Makes sense. Applied to docs-next, thanks.
Hi Jo
On Tue, 13 Dec 2016 16:20:59 +0100
Dmitry Vyukov wrote:
> Now that we have gcc plugins and in particular sancov plugin,
> KCOV can be used with gcc 4.5+. Note this in the docs.
Makes sense. Applied to docs-next, thanks.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc
Now that we have gcc plugins and in particular sancov plugin,
KCOV can be used with gcc 4.5+. Note this in the docs.
I've tested CONFIG_KCOV with gcc 4.8.4 (stock for ubuntu 14.04)
and it works. It even emits very comparable number of coverage
callbacks: 420153 vs 422211 for gcc 7.0.
Cc: Jonathan