From 9dcbac82c8618e5f77d2295f3bc71f8be9fcbad6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 6 Jul 2023 07:56:20 -0700 Subject: bpftrace: Upgrade to 0.18.0 Allow clang/llvm 17 to build it Signed-off-by: Khem Raj --- .../bpftrace/0001-cmake-Raise-max-llvm-major-version-to-16.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-cmake-Raise-max-llvm-major-version-to-16.patch') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-cmake-Raise-max-llvm-major-version-to-16.patch b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-cmake-Raise-max-llvm-major-version-to-16.patch index 93fceb2..1806fde 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-cmake-Raise-max-llvm-major-version-to-16.patch +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-cmake-Raise-max-llvm-major-version-to-16.patch @@ -15,8 +15,8 @@ Signed-off-by: Khem Raj endif() set(MIN_LLVM_MAJOR 6) -- set(MAX_LLVM_MAJOR 15) -+ set(MAX_LLVM_MAJOR 16) +- set(MAX_LLVM_MAJOR 16) ++ set(MAX_LLVM_MAJOR 17) if((${LLVM_VERSION_MAJOR} VERSION_LESS ${MIN_LLVM_MAJOR}) OR (${LLVM_VERSION_MAJOR} VERSION_GREATER ${MAX_LLVM_MAJOR})) message(SEND_ERROR "Unsupported LLVM version found via ${LLVM_INCLUDE_DIRS}: ${LLVM_VERSION_MAJOR}") -- cgit v1.2.3-54-g00ecf