diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-23 17:10:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-24 13:49:27 +0000 |
commit | 0fcfdd96176ed07a84e65c759ffade82b1d70e98 (patch) | |
tree | 1a2c570fd1f0b8a8793a07c15228039800ce7478 | |
parent | 58c19b5e2b13d1cbe6ca4e65c9c32b1f627d8cf7 (diff) | |
download | poky-0fcfdd96176ed07a84e65c759ffade82b1d70e98.tar.gz |
llvm: upgrade 19.1.5 -> 19.1.6
Changelog:
==========
- [SimpleLoopUnswitch] Fix LCSSA phi node invalidation
- [AggressiveInstCombine] Use APInt and avoid truncation when folding loads
- [WebAssembly] Handle symbols in .init_array sections
- [WebAssembly] Support multiple .init_array fragments when writing Wasm objects
- [cmake] Use DetectTestCompiler from openmp directory
- [offload] Define LIBOMPTARGET_OPENMP_*_FOLDER in standalone builds
- [offload] Define OPENMP_TEST*_FLAGS in standalone builds
- [offload] [test] Add "omp" test dependency only when present
- [offload] Include CheckCXXCompilerFlag in CMake
- [offload] - Fix issue with standalone debug offload build
- [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64
- [Clang][perf-training] Fix clean command in perf-helper.py
(From OE-Core rev: 8546473f724e16095e8ad68813f3a087cb1b2779)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_19.1.6.bb (renamed from meta/recipes-devtools/llvm/llvm_19.1.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_19.1.5.bb b/meta/recipes-devtools/llvm/llvm_19.1.6.bb index de534aa283..003676a652 100644 --- a/meta/recipes-devtools/llvm/llvm_19.1.5.bb +++ b/meta/recipes-devtools/llvm/llvm_19.1.6.bb | |||
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/ | |||
27 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 27 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
28 | file://llvm-config \ | 28 | file://llvm-config \ |
29 | " | 29 | " |
30 | SRC_URI[sha256sum] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542" | 30 | SRC_URI[sha256sum] = "e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34" |
31 | UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project" | 31 | UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project" |
32 | UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" | 32 | UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" |
33 | 33 | ||