Re: [PATCH] compiler-clang: remove version check for BPF Tracing

From: Miguel Ojeda
Date: Wed Nov 04 2020 - 21:22:59 EST


On Wed, Nov 4, 2020 at 8:11 PM Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote:
>
> bpftrace parses the kernel headers and uses Clang under the hood. Remove
> the version check when __BPF_TRACING__ is defined (as bpftrace does) so
> that this tool can continue to parse kernel headers, even with older
> clang sources.

Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Cheers,
Miguel