summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-14 09:22:09 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-14 19:07:49 -0800
commit6445e77ab1e645dcb2e27ceb35b64d31a2210114 (patch)
treee7be6e631c04b713c1ee2e0acbb47143ea0ebb1c /recipes-devtools/clang/clang.inc
parentedca114de1c04bdce4fe6b71ab42f4b0aa2e88e7 (diff)
downloadmeta-clang-6445e77ab1e645dcb2e27ceb35b64d31a2210114.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-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 1951010..c98a7dc 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -8,7 +8,7 @@ MAJOR_VER = "13"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "1" 9PATCH_VER = "1"
10 10
11SRCREV ?= "19b8368225dc9ec5a0da547eae48c10dae13522d" 11SRCREV ?= "f3394dc82c20feea943293eda162b5aff2930ac9"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14BRANCH = "release/13.x" 14BRANCH = "release/13.x"