> On Nov 4, 2020, at 12:33 PM, Jarkko Sakkinen <[email protected]> wrote:
> 
> On Wed, Nov 04, 2020 at 11:10:51AM -0800, Nick Desaulniers 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.
>> 
>> Cc: <[email protected]>
>> Fixes: commit 1f7a44f63e6c ("compiler-clang: add build check for clang 
>> 10.0.1")
>> Reported-by: Chen Yu <[email protected]>
>> Reported-by: Jarkko Sakkinen <[email protected]>
>> Signed-off-by: Nick Desaulniers <[email protected]>
>> ---
> 
> Thank you, resolved my issue.
> 
> Acked-by: Jarkko Sakkinen <[email protected]>
> Tested-by: Jarkko Sakkinen <[email protected]>

Acked-by: Song Liu <[email protected]>

Reply via email to