diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-12 17:24:17 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-18 22:09:02 +0000 |
| commit | e8c1a9342ac64fc688953e665962806813c56b25 (patch) | |
| tree | 628ebd2c8127b154096bdd72430280012fd83727 /meta/recipes-devtools/llvm | |
| parent | b588b1d3dc363e78883c617161f52a0b8f7fd2a8 (diff) | |
| download | poky-e8c1a9342ac64fc688953e665962806813c56b25.tar.gz | |
llvm: upgrade 19.1.2 -> 19.1.3
Changelog:
===========
- Handle uninitialized type constraints
- Make LazyOffsetPtr more portable
- Fix incorrect range of relative jumps
- Fix KCFI types for generated functions with integer normalization
- Handle template opener/closer in braced list
- Disable use of the counted_by attribute for whole struct pointers
- Reject if constexpr in C
- fix build failure
- Fix feature coalescing
- Backport "Support for Gentoo *t64 triples (64-bit time_t ABIs)"
- Instantiate Typedefs referenced by type alias deduction guides
- Don't propagate access attr to byval params
- Undef _TIME_BITS along with _FILE_OFFSET_BITS
(From OE-Core rev: 3e7491397760b14cdb0f0956bc159c3ded31fe58)
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>
Diffstat (limited to 'meta/recipes-devtools/llvm')
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_19.1.3.bb (renamed from meta/recipes-devtools/llvm/llvm_19.1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_19.1.2.bb b/meta/recipes-devtools/llvm/llvm_19.1.3.bb index 7128d1e71e..fcbc7428cf 100644 --- a/meta/recipes-devtools/llvm/llvm_19.1.2.bb +++ b/meta/recipes-devtools/llvm/llvm_19.1.3.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] = "3666f01fc52d8a0b0da83e107d74f208f001717824be0b80007f529453aa1e19" | 30 | SRC_URI[sha256sum] = "324d483ff0b714c8ce7819a1b679dd9e4706cf91c6caf7336dc4ac0c1d3bf636" |
| 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 | ||
