From 6445e77ab1e645dcb2e27ceb35b64d31a2210114 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 14 Dec 2021 09:22:09 -0800 Subject: clang: Update to latest on 13.x Fixes brought in * f3394dc82c20 [libc++] Fix wrongly non-inline basic_string::shrink_to_fit * 52bfd2c1ccd8 [ELF] Do not report undefined weak references in shared libraries Signed-off-by: Khem Raj --- recipes-devtools/clang/clang.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/clang/clang.inc') diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 1951010..c98a7dc 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -8,7 +8,7 @@ MAJOR_VER = "13" MINOR_VER = "0" PATCH_VER = "1" -SRCREV ?= "19b8368225dc9ec5a0da547eae48c10dae13522d" +SRCREV ?= "f3394dc82c20feea943293eda162b5aff2930ac9" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/13.x" -- cgit v1.2.3-54-g00ecf