diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-25 15:49:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-26 12:59:02 -0800 |
commit | 67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 (patch) | |
tree | 547d74bd2460845ebf1283904a038df670e7000b | |
parent | d4d55a3bf15c164a72d7859b04e6f0539ff9fa59 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang.inc | 6 |
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 |
30 | CLANGSDK ??= "0" | 30 | CLANGSDK ??= "0" |
31 | 31 | ||
32 | LLVMVERSION = "11.0.1" | 32 | LLVMVERSION = "11.1.0" |
33 | 33 | ||
34 | require conf/nonclangable.conf | 34 | require conf/nonclangable.conf |
35 | require conf/nonscanable.conf | 35 | require 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" | |||
5 | LLVM_GIT_PROTOCOL ?= "https" | 5 | LLVM_GIT_PROTOCOL ?= "https" |
6 | 6 | ||
7 | MAJOR_VER = "11" | 7 | MAJOR_VER = "11" |
8 | MINOR_VER = "0" | 8 | MINOR_VER = "1" |
9 | PATCH_VER = "1" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "43ff75f2c3feef64f9d73328230d34dac8832a91" | 11 | SRCREV ?= "3a8282376b6c2bb65a3bb580c10d4da1296d8df1" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/${MAJOR_VER}.x" | 14 | BRANCH = "release/${MAJOR_VER}.x" |