summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-09-21 23:23:44 -0700
committerKhem Raj <raj.khem@gmail.com>2020-09-22 12:33:52 -0700
commitacfb616e94a4c2a49babbf9168546b2af061dc8b (patch)
tree26dad5443b206693900f3326ca9049b558506e0c /recipes-devtools/clang/clang.inc
parent1fb9d7e86fa11efcc206682cd9cd9fb772378e59 (diff)
downloadmeta-clang-acfb616e94a4c2a49babbf9168546b2af061dc8b.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r--recipes-devtools/clang/clang.inc2
1 files changed, 1 insertions, 1 deletions
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"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "0" 9PATCH_VER = "0"
10 10
11SRCREV ?= "c2f4de353b2e9f6658febe5735c615ee433fd062" 11SRCREV ?= "b78e5de029c26c309f541ab883fa5d6d953b073d"
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"