diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 10cb3ae..f846833 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -32,7 +32,7 @@ INHERIT += "clang" | |||
32 | # Do not include clang in SDK unless user wants to | 32 | # Do not include clang in SDK unless user wants to |
33 | CLANGSDK ??= "0" | 33 | CLANGSDK ??= "0" |
34 | 34 | ||
35 | LLVMVERSION = "16.0.3" | 35 | LLVMVERSION = "16.0.5" |
36 | 36 | ||
37 | require conf/nonclangable.conf | 37 | require conf/nonclangable.conf |
38 | require conf/nonscanable.conf | 38 | require conf/nonscanable.conf |
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index a61973d..1e75d00 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https" | |||
6 | 6 | ||
7 | MAJOR_VER = "16" | 7 | MAJOR_VER = "16" |
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "3" | 9 | PATCH_VER = "5" |
10 | 10 | ||
11 | SRCREV ?= "bd6783b380768bd35f37e0034dccf6c5736dd031" | 11 | SRCREV ?= "5729e63ac7b47c6ad40f904fedafad3c07cf71ea" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | #BRANCH = "release/15.x" | 14 | #BRANCH = "release/15.x" |