summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-01-25 15:49:28 -0800
committerKhem Raj <raj.khem@gmail.com>2021-01-26 12:59:02 -0800
commit67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 (patch)
tree547d74bd2460845ebf1283904a038df670e7000b
parentd4d55a3bf15c164a72d7859b04e6f0539ff9fa59 (diff)
downloadmeta-clang-67a7cad4bb48ef569b4eeb4b3c923133d2d422a6.tar.gz
clang/llvm: Upgrade to 11.1.0-rc2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-devtools/clang/clang.inc6
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 4520626..5352adf 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -29,7 +29,7 @@ INHERIT += "clang"
29# Do not include clang in SDK unless user wants to 29# Do not include clang in SDK unless user wants to
30CLANGSDK ??= "0" 30CLANGSDK ??= "0"
31 31
32LLVMVERSION = "11.0.1" 32LLVMVERSION = "11.1.0"
33 33
34require conf/nonclangable.conf 34require conf/nonclangable.conf
35require conf/nonscanable.conf 35require conf/nonscanable.conf
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index c2a9f5b..cab70ce 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -5,10 +5,10 @@ LLVM_GIT ?= "git://github.com/llvm"
5LLVM_GIT_PROTOCOL ?= "https" 5LLVM_GIT_PROTOCOL ?= "https"
6 6
7MAJOR_VER = "11" 7MAJOR_VER = "11"
8MINOR_VER = "0" 8MINOR_VER = "1"
9PATCH_VER = "1" 9PATCH_VER = "0"
10 10
11SRCREV ?= "43ff75f2c3feef64f9d73328230d34dac8832a91" 11SRCREV ?= "3a8282376b6c2bb65a3bb580c10d4da1296d8df1"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14BRANCH = "release/${MAJOR_VER}.x" 14BRANCH = "release/${MAJOR_VER}.x"