Re: [PATCH 1/4] gcov: clang: move common gcc code into gcc_base.c

2019-01-16 Thread Peter Oberparleiter
On 14.01.2019 22:04, Tri Vo wrote: > From: Greg Hackmann > > base.c contains a few callbacks specific to GCC's gcov implementation. > Move these into their own module in preparation for clang support. Minor nitpick: at least in commit messages, a consistent capitalization of "Clang" would be pre

[PATCH 1/4] gcov: clang: move common gcc code into gcc_base.c

2019-01-14 Thread Tri Vo
From: Greg Hackmann base.c contains a few callbacks specific to GCC's gcov implementation. Move these into their own module in preparation for clang support. Signed-off-by: Greg Hackmann Signed-off-by: Nick Desaulniers Signed-off-by: Tri Vo Tested-by: Trilok Soni Tested-by: Prasad Sodagudi