summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-07 11:04:08 -0700
committerKhem Raj <raj.khem@gmail.com>2020-10-08 12:23:54 -0700
commit494478710f0fda3e3413b7e2d6f3eb421c1782c1 (patch)
treee73663004b4b64de57b168866d0a78474c8a1270
parent43037749c750e5a976890309d04f58ef8479d4b3 (diff)
downloadmeta-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.inc2
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"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "0" 9PATCH_VER = "0"
10 10
11SRCREV ?= "636ecdd147911fa9b51b84308734676ef815ca13" 11SRCREV ?= "176249bd6732a8044d457092ed932768724a6f06"
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"