From 67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 25 Jan 2021 15:49:28 -0800 Subject: clang/llvm: Upgrade to 11.1.0-rc2 Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 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" # Do not include clang in SDK unless user wants to CLANGSDK ??= "0" -LLVMVERSION = "11.0.1" +LLVMVERSION = "11.1.0" require conf/nonclangable.conf 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" LLVM_GIT_PROTOCOL ?= "https" MAJOR_VER = "11" -MINOR_VER = "0" -PATCH_VER = "1" +MINOR_VER = "1" +PATCH_VER = "0" -SRCREV ?= "43ff75f2c3feef64f9d73328230d34dac8832a91" +SRCREV ?= "3a8282376b6c2bb65a3bb580c10d4da1296d8df1" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -- cgit v1.2.3-54-g00ecf