From 7fe15d05811d6cf3172939228f75dbcc55396365 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 21 Aug 2022 22:38:13 -0700 Subject: [PATCH] rust-llvm: Update to matching LLVM_VERSION from rust-source Signed-off-by: Khem Raj Signed-off-by: Luca Ceresoli --- meta/recipes-devtools/rust/rust-llvm_1.63.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3