From e1090a9bebc4d2607e61e63b81e9f3cb4b146efb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Jun 2023 22:55:33 -0700 Subject: clang: Bump version to 16.0.6 * 7cbf1a259152 [lld][WebAssembly] Fix stub library parsing with windows line endings * 10c3bdc04183 Bump version to 16.0.6 Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- recipes-devtools/clang/clang.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index b88c050..74e290f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -31,7 +31,7 @@ INHERIT += "clang" # Do not include clang in SDK unless user wants to CLANGSDK ??= "0" -LLVMVERSION = "16.0.5" +LLVMVERSION = "16.0.6" require conf/nonclangable.conf require conf/nonscanable.conf diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 0dad703..2340aec 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https" MAJOR_VER = "16" MINOR_VER = "0" -PATCH_VER = "5" +PATCH_VER = "6" -SRCREV ?= "185b81e034ba60081023b6e59504dfffb560f3e3" +SRCREV ?= "7cbf1a2591520c2491aa35339f227775f4d3adf6" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" #BRANCH = "release/15.x" -- cgit v1.2.3-54-g00ecf