Re: [PATCH 0/4] gcov: add Clang support

From: Nick Desaulniers
Date: Mon Jan 14 2019 - 16:33:07 EST


On Mon, Jan 14, 2019 at 1:04 PM Tri Vo <trong@xxxxxxxxxxx> wrote:
>
> This patch series adds Clang supoprt for gcov.
>
> Patch 1 refactors existing code in preparation for Clang support. Patches
> 2-3 implement necessary LLVM runtime hooks and gcov kernel interfaces.
> Patch 4 simplifies config selection.
>
> Greg Hackmann (2):
> gcov: clang: move common gcc code into gcc_base.c
> gcov: clang support
>
> Nick Desaulniers (1):
> gcov: clang: link/unlink profiling data set.
>
> Tri Vo (1):
> gcov: clang: pick GCC vs Clang format depending on compiler

Thanks for sending Tri! Doesn't the output format require llvm-cov, or no?
--
Thanks,
~Nick Desaulniers