From 11a27d56df7f945fe1abc1b2fc7d63822192400f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 25 Sep 2023 20:06:55 -0700 Subject: clang: Upgrade to 17.0.2 * 481358974fb0 [GVN] Also remove phi nodes from VN table (PR65447) * 9f77e96186be [GVN] Invalidate MDA when deduplicating phi nodes * a13a89402f53 Bump version to 17.0.2 * 2c04bdb24677 [SVE] Ensure SVE call operands passed via memory are correctly initialised. (#66070) * 701620d58cdf [SVE] Precommit test to show missing initialisation of call operand. 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 db08303..eb23856 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -33,7 +33,7 @@ INHERIT += "clang" # Do not include clang in SDK unless user wants to CLANGSDK ??= "0" -LLVMVERSION = "17.0.1" +LLVMVERSION = "17.0.2" require conf/nonclangable.conf require conf/nonscanable.conf diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index ec0c22a..e1d8f1a 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https" MAJOR_VER = "17" MINOR_VER = "0" -PATCH_VER = "1" +PATCH_VER = "2" -SRCREV ?= "e19b7dc36bc047b9eb72078d034596be766da350" +SRCREV ?= "481358974fb0f732e33d503c224492a543f4d7bd" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/17.x" -- cgit v1.2.3-54-g00ecf