diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-10-07 11:04:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-08 12:23:54 -0700 |
commit | 494478710f0fda3e3413b7e2d6f3eb421c1782c1 (patch) | |
tree | e73663004b4b64de57b168866d0a78474c8a1270 | |
parent | 43037749c750e5a976890309d04f58ef8479d4b3 (diff) | |
download | meta-clang-494478710f0fda3e3413b7e2d6f3eb421c1782c1.tar.gz |
clang: Update to 11.0.0-rc6
* 176249bd673 (tag: llvmorg-11.0.0-rc6, upstream/release/11.x, origin/release/11.x) [CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BR
* e84852be644 Add ability to turn off -fpch-instantiate-templates in clang-cl
* 121babae56e [SelectionDAG] Don't remove unused negated constant immediately
* f80e6d63423 ReleaseNotes: mention the machine outliner for ARM
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 24a189a..32ac6b0 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 ?= "636ecdd147911fa9b51b84308734676ef815ca13" | 11 | SRCREV ?= "176249bd6732a8044d457092ed932768724a6f06" |
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" |