Re: [PATCH v3 1/3] gcov: Clang: move common GCC code into gcc_base.c

2019-03-05 Thread Peter Oberparleiter
On 23.01.2019 00:37, 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. > > Signed-off-by: Greg Hackmann > Signed-off-by: Nick Desaulniers > Signed-off-by: Tri Vo >

[PATCH v3 1/3] gcov: Clang: move common GCC code into gcc_base.c

2019-01-22 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