diff --git a/meta/recipes-devtools/llvm/llvm_19.1.0.bb b/meta/recipes-devtools/llvm/llvm_19.1.2.bb 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 35e7f4c07f..7128d1e71e 100644 --- a/meta/recipes-devtools/llvm/llvm_19.1.0.bb +++ b/meta/recipes-devtools/llvm/llvm_19.1.2.bb @@ -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\d+(\.\d+)+)"