summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-11 23:00:48 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-16 10:33:08 -0800
commit8800601da52fdf05d2a8020e5c7cb4a39e95eb4c (patch)
tree61e77e26cb10d06fec1f39090bf92b4a1bc61200 /recipes-devtools/clang/clang.inc
parent57a06dffa2d528456fa973592dc1989cb1342f29 (diff)
downloadmeta-clang-8800601da52fdf05d2a8020e5c7cb4a39e95eb4c.tar.gz
clang: Update to 15.0.7
* 8dfdcc7b7bf6 [libc++] Fix memory leaks when throwing inside std::vector constructors * 939f5a337113 libc++: bring back the unsigned in the return type in wcstoull_l * 948cadd6d424 [RegAllocFast] Handle new debug values for spills * 1095870e8ced [wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory. * 67fd0d2af4bf [TypePromotion] Add truncate in ConvertTruncs when the original truncate type is not extend type * 74d3ba1af5c0 [X86] Don't zero out %eax if both %al and %ah are used * a8af9f679231 Bump version to 15.0.7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r--recipes-devtools/clang/clang.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index 858ab57..9ec03a5 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https"
6 6
7MAJOR_VER = "15" 7MAJOR_VER = "15"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "6" 9PATCH_VER = "7"
10 10
11SRCREV ?= "088f33605d8a61ff519c580a71b1dd57d16a03f8" 11SRCREV ?= "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14BRANCH = "release/15.x" 14BRANCH = "release/15.x"