]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
llvm: Upgrade to 18.1.2 bugfix release
authorKhem Raj <raj.khem@gmail.com>
Thu, 21 Mar 2024 16:20:06 +0000 (09:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2024 16:24:21 +0000 (16:24 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/llvm/llvm_git.bb

index 8086c9e2eb94312a29e31f061791a4739417bc38..e1d5fc47a1fc109f9bd87094f8c7ef2ff3a89b42 100644 (file)
@@ -17,14 +17,14 @@ inherit cmake pkgconfig
 # could be 'rcX' or 'git' or empty ( for release )
 VER_SUFFIX = ""
 
-PV = "18.1.1${VER_SUFFIX}"
+PV = "18.1.2${VER_SUFFIX}"
 
 MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
 
 LLVM_RELEASE = "${PV}"
 
 BRANCH = "release/${MAJOR_VERSION}.x"
-SRCREV = "dba2a75e9c7ef81fe84774ba5eee5e67e01d801a"
+SRCREV = "26a1d6601d727a96f4301d0d8647b5a42760ae0c"
 SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
            file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
            file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \