From b987534f8d548fb2ee2a5696198a95a7880b7896 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 10 Dec 2024 09:00:23 -0800 Subject: [PATCH] clang: Upgrade to 19.1.5 release Changes https://discourse.llvm.org/t/llvm-19-1-5-released/83455 Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- recipes-devtools/clang/clang.inc | 2 +- recipes-devtools/clang/common.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 50148fc5..277bd9d3 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 = "19.1.4" +LLVMVERSION = "19.1.5" NON_MULTILIB_RECIPES:append = " llvm-project-source" diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 0c9bc0ea..3723bee5 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm" MAJOR_VER = "19" MINOR_VER = "1" -PATCH_VER = "4" +PATCH_VER = "5" # could be 'rcX' or 'git' or empty ( for release ) VER_SUFFIX = "" diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index eb8d4ef1..3bd2adcf 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc @@ -15,7 +15,7 @@ LICENSE = "Apache-2.0-with-LLVM-exception" RELEASE ?= "${PV}" BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz" SOURCEDIR ?= "llvm-project-${PV}.src" -SRC_URI[sha256sum] = "3aa2d2d2c7553164ad5c6f3b932b31816e422635e18620c9349a7da95b98d811" +SRC_URI[sha256sum] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542" SRC_URI = "\ ${BASEURI} \