diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-09-22 12:42:00 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-22 22:32:43 -0700 |
commit | 3f67d272b387a86a82a6355bae9461d8b0fd3116 (patch) | |
tree | b73a84be8c33bdaf2246f391e235a8c9a2ac725f | |
parent | acfb616e94a4c2a49babbf9168546b2af061dc8b (diff) | |
download | meta-clang-3f67d272b387a86a82a6355bae9461d8b0fd3116.tar.gz |
clang: Update to 11.0.0-rc3
* 0b56e5490dc clang-tools-extra: Drop doxygen link from index.rst
* 1b80e741f51 llvm index.rst: Drop in-progress warning
* 8aca41f39c2 (tag: llvmorg-11.0.0-rc3) [clang][docs] Fix documentation of -O
* b513e1963f3 [CodeGen] Fixing inconsistent ABI mangling of vlaues in SelectionDAGBuilder
* 6250d494453 PR47468: Fix findPHICopyInsertPoint, so that copies aren't incorrectly inserted after an INLINEASM_BR.
* 410b0dc84bb [llvm] Add contains(KeyType) -> bool methods to SmallPtrSet
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index b590eaf..1cdf64e 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "11" | |||
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "b78e5de029c26c309f541ab883fa5d6d953b073d" | 11 | SRCREV ?= "0b56e5490dc33e4e7a4fdd837e642f72a2659189" |
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" |