]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
llvm: upgrade 19.1.0 -> 19.1.2
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 25 Oct 2024 05:39:18 +0000 (13:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2024 11:17:02 +0000 (11:17 +0000)
Changelog:
 https://discourse.llvm.org/t/llvm-19-1-2-released/82550

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>
meta/recipes-devtools/llvm/llvm_19.1.2.bb [moved from meta/recipes-devtools/llvm/llvm_19.1.0.bb with 98% similarity]

similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_19.1.0.bb
rename to meta/recipes-devtools/llvm/llvm_19.1.2.bb
index 35e7f4c07fd7aef71b212953764cb2084eec85cf..7128d1e71eef1692db72c2622f0ae53a570106bf 100644 (file)
@@ -27,7 +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] = "5042522b49945bc560ff9206f25fb87980a9b89b914193ca00d961511ff0673c"
+SRC_URI[sha256sum] = "3666f01fc52d8a0b0da83e107d74f208f001717824be0b80007f529453aa1e19"
 UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
 UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"