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