From acfb616e94a4c2a49babbf9168546b2af061dc8b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 21 Sep 2020 23:23:44 -0700 Subject: clang: Update to latest 11.x release branch * b78e5de029c [SelectionDAG] Check any use of negation result before removal * 4fe4e35452e [Flang] Add GettingInvolved documentation page and sidebar. * 80e2fc1e6e6 [X86][ELF] Prefer lowering MC_GlobalAddress operands to .Lfoo$local for STV_DEFAULT only Signed-off-by: Khem Raj --- recipes-devtools/clang/clang.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 8b9a22d..b590eaf 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -8,7 +8,7 @@ MAJOR_VER = "11" MINOR_VER = "0" PATCH_VER = "0" -SRCREV ?= "c2f4de353b2e9f6658febe5735c615ee433fd062" +SRCREV ?= "b78e5de029c26c309f541ab883fa5d6d953b073d" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -- cgit v1.2.3-54-g00ecf