From: Khem Raj Date: Mon, 22 Aug 2022 05:38:13 +0000 (-0700) Subject: rust-llvm: Update to matching LLVM_VERSION from rust-source X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3091 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fe15d05811d6cf3172939228f75dbcc55396365;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rust-llvm: Update to matching LLVM_VERSION from rust-source Signed-off-by: Khem Raj Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb index 5b94e22f7b2..396f741953e 100644 --- a/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb +++ b/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb @@ -1,6 +1,6 @@ # check src/llvm-project/llvm/CMakeLists.txt for llvm version in use # -LLVM_RELEASE = "13.0.0" +LLVM_RELEASE = "14.0.5" require rust-source.inc require rust-llvm.inc