summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-02 22:32:34 -0700
committerKhem Raj <raj.khem@gmail.com>2020-10-03 16:25:08 -0700
commit2ed7427c11b909639363a0a4be444b147623195a (patch)
treefe017f146501bf786c9e1eff58fa17bdbd9c26e3 /recipes-devtools/clang/clang.inc
parente006308ec85e9aca01346ceb2fc535f93b9dfa5c (diff)
downloadmeta-clang-2ed7427c11b909639363a0a4be444b147623195a.tar.gz
clang: Update to latest on 11.x release
* 636ecdd1479 (upstream/release/11.x, origin/release/11.x) Fix indentation for PowerPC ReleaseNotes * b6efbd6b5f2 LLVM release notes: JIT changes 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 54584d7..24a189a 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 ?= "60a25202a7dd1e00067fcfce512086ebf3788537" 11SRCREV ?= "636ecdd147911fa9b51b84308734676ef815ca13"
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"