summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-09 12:40:11 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-13 22:33:17 -0700
commitff44036f2244a9924a166854f6445a74379ae7fc (patch)
tree81a5209d5ee327934ae7349a5ef7c039769ce77e
parenteebe4ff2e539f3ffb01c5060cc4ca8b226ea8b52 (diff)
downloadmeta-clang-ff44036f2244a9924a166854f6445a74379ae7fc.tar.gz
clang: Bump version to 18.1.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-devtools/clang/clang.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 1bbdae3..8294031 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -33,7 +33,7 @@ INHERIT += "clang"
33# Do not include clang in SDK unless user wants to 33# Do not include clang in SDK unless user wants to
34CLANGSDK ??= "0" 34CLANGSDK ??= "0"
35 35
36LLVMVERSION = "18.1.0" 36LLVMVERSION = "18.1.1"
37 37
38require conf/nonclangable.conf 38require conf/nonclangable.conf
39require conf/nonscanable.conf 39require conf/nonscanable.conf
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index 6cde0b0..8b3d608 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -6,10 +6,10 @@ LLVM_GIT_PROTOCOL ?= "https"
6 6
7MAJOR_VER = "18" 7MAJOR_VER = "18"
8MINOR_VER = "1" 8MINOR_VER = "1"
9PATCH_VER = "0" 9PATCH_VER = "1"
10# could be 'rcX' or 'git' or empty ( for release ) 10# could be 'rcX' or 'git' or empty ( for release )
11VER_SUFFIX = "" 11VER_SUFFIX = ""
12SRCREV ?= "461274b81d8641eab64d494accddc81d7db8a09e" 12SRCREV ?= "dba2a75e9c7ef81fe84774ba5eee5e67e01d801a"
13 13
14PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" 14PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}"
15BRANCH = "release/18.x" 15BRANCH = "release/18.x"