From 494478710f0fda3e3413b7e2d6f3eb421c1782c1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 7 Oct 2020 11:04:08 -0700 Subject: 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 --- recipes-devtools/clang/clang.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" MINOR_VER = "0" PATCH_VER = "0" -SRCREV ?= "636ecdd147911fa9b51b84308734676ef815ca13" +SRCREV ?= "176249bd6732a8044d457092ed932768724a6f06" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -- cgit v1.2.3-54-g00ecf