From 987fde9830f919a85f550631509310bae86a20d8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 19 Feb 2021 10:12:43 -0800 Subject: clang: Upgrade to 11.1.0 * 1fdec59bffc1 [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS * 85fcd4655947 workflows: Re-enable lldb test on Mac OS X * 17e842f3785f workflows: Update action branch names * e18e509bdb45 workflows: Add job to check for ABI changes in libclang.so and libclang-cpp.so 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 cab70ce..e5b6793 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -8,7 +8,7 @@ MAJOR_VER = "11" MINOR_VER = "1" PATCH_VER = "0" -SRCREV ?= "3a8282376b6c2bb65a3bb580c10d4da1296d8df1" +SRCREV ?= "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -- cgit v1.2.3-54-g00ecf