diff --git a/include/linux/compiler-clang.h b/include/linux/compiler-clang.h index dd7233c48bf3c9ee42008c36d9160c23b690a82b..98cff1b4b088c7ee3723a81b08f6b0d8272e5766 100644 --- a/include/linux/compiler-clang.h +++ b/include/linux/compiler-clang.h @@ -8,8 +8,10 @@ + __clang_patchlevel__) #if CLANG_VERSION < 100001 +#ifndef __BPF_TRACING__ # error Sorry, your version of Clang is too old - please use 10.0.1 or newer. #endif +#endif /* Compiler specific definitions for Clang compiler */