]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
llvm: Update to 18.1.8
authorKhem Raj <raj.khem@gmail.com>
Wed, 26 Jun 2024 15:25:19 +0000 (08:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jun 2024 12:03:32 +0000 (13:03 +0100)
Brings following fixes

3b5b5c1ec4a3 [libcxx] Align `__recommend() + 1`  by __endian_factor (#90292)
72c9425a79fd [libc++][NFC] Rewrite function call on two lines for clarity (#79141)
443e23eed24d Bump version to 18.1.8 (#95458)
768118d1ad38 [clang-format] Fix a bug in formatting goto labels in macros (#92494)
8c0fe0d65ed8 release/18.x: [clang-format] Don't always break before << between str… (#94091)
7e6ece9b4f2d [PPCMergeStringPool] Only replace constant once (#92996)
1ce2d26cd2e9 Bump version to 18.1.7 (#93723)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/llvm/llvm_18.1.8.bb [moved from meta/recipes-devtools/llvm/llvm_18.1.6.bb with 98% similarity]

similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_18.1.6.bb
rename to meta/recipes-devtools/llvm/llvm_18.1.8.bb
index 189f5b1146c3c6c0b4994eada28fd0068d1cf53f..3c804eddd25d26477edb2eb2559074c50fa510ef 100644 (file)
@@ -27,8 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
            file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
            file://llvm-config \
            "
-SRC_URI[sha256sum] = "bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4"
-
+SRC_URI[sha256sum] = "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a"
 UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
 UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"