Re: [PATCH v3 0/3] gcov: add Clang support

2019-03-11 Thread Tri Vo
On Tue, Mar 5, 2019 at 6:29 AM Peter Oberparleiter wrote: > > On 23.01.2019 00:37, Tri Vo wrote: > > This patch series adds Clang supoprt for gcov. > > > > Patch 1 refactors existing code in preparation for Clang support. > > Patch 2 implements necessary LLVM runtime hooks and gcov kernel interfac

Re: [PATCH v3 0/3] gcov: add Clang support

2019-03-05 Thread Peter Oberparleiter
On 23.01.2019 00:37, Tri Vo wrote: > This patch series adds Clang supoprt for gcov. > > Patch 1 refactors existing code in preparation for Clang support. > Patch 2 implements necessary LLVM runtime hooks and gcov kernel interfaces. > Patch 3 updates documentation. Thanks for the updates! I've pro

Re: [PATCH v3 0/3] gcov: add Clang support

2019-02-21 Thread Nick Desaulniers
On Wed, Feb 6, 2019 at 4:52 PM Nick Desaulniers wrote: > > On Tue, Jan 22, 2019 at 3:38 PM Tri Vo wrote: > > > > This patch series adds Clang supoprt for gcov. > > > > Patch 1 refactors existing code in preparation for Clang support. > > Patch 2 implements necessary LLVM runtime hooks and gcov ke

Re: [PATCH v3 0/3] gcov: add Clang support

2019-02-06 Thread Nick Desaulniers
On Tue, Jan 22, 2019 at 3:38 PM Tri Vo wrote: > > This patch series adds Clang supoprt for gcov. > > Patch 1 refactors existing code in preparation for Clang support. > Patch 2 implements necessary LLVM runtime hooks and gcov kernel interfaces. > Patch 3 updates documentation. > > Greg Hackmann (2

[PATCH v3 0/3] gcov: add Clang support

2019-01-22 Thread Tri Vo
This patch series adds Clang supoprt for gcov. Patch 1 refactors existing code in preparation for Clang support. Patch 2 implements necessary LLVM runtime hooks and gcov kernel interfaces. Patch 3 updates documentation. Greg Hackmann (2): gcov: Clang: move common GCC code into gcc_base.c gcov