Re: [PATCH v7 6/6] Add sancov plugin

2016-04-22 Thread Dmitry Vyukov
On Fri, Apr 22, 2016 at 8:27 PM, Emese Revfy wrote: > The sancov gcc plugin inserts a __sanitizer_cov_trace_pc() call > at the start of basic blocks. > > This plugin is a helper plugin for the kcov feature. It supports > all gcc versions with plugin support (from gcc-4.5 on).

Re: [PATCH v7 6/6] Add sancov plugin

2016-04-22 Thread Dmitry Vyukov
On Fri, Apr 22, 2016 at 8:27 PM, Emese Revfy wrote: > The sancov gcc plugin inserts a __sanitizer_cov_trace_pc() call > at the start of basic blocks. > > This plugin is a helper plugin for the kcov feature. It supports > all gcc versions with plugin support (from gcc-4.5 on). > It is based on the