diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-12 15:19:45 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 5f432f36429368b65871fa1385ca541ddd7ae21d (patch) | |
tree | 61931525cffd880faf7a69b3e7d97f86fdab835b | |
parent | 6db7a60554bc4f828c6776ac6ea3c1d587a9c7e0 (diff) | |
download | meta-clang-5f432f36429368b65871fa1385ca541ddd7ae21d.tar.gz |
clang: Update to 14.0.0 RC4
Brings in these changes
* 69ba522c58d0 [Hexagon] Fix crash with shuffle_vector of v128f16
* ac3398a0b003 Revert "[CMake] Include runtimes test suites in check-all"
* df2fcea78fb8 Revert "Revert "Revert "[release] Use the Bootstrapping build for building LLVM releases"""
* 893b864cb855 Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packed structs"
* a9415df334f0 Revert "Revert "[release] Use the Bootstrapping build for building LLVM releases""
* e54a7bf0c0f1 [CMake] Include runtimes test suites in check-all
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0a441ca6de399e7ee48aad68417599365ff0df9f)
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 46a8526..cde3697 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -8,7 +8,7 @@ MAJOR_VER = "14" | |||
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "e879b2bf82ef2d096d2c0e5147ebac541a7b8828" | 11 | SRCREV ?= "69ba522c58d0cf43097a08087b1b31d6edb46706" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/14.x" | 14 | BRANCH = "release/14.x" |