1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

rust-llvm: Update to matching LLVM_VERSION from rust-source

(From OE-Core rev: 7fe15d05811d6cf3172939228f75dbcc55396365)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2022-08-21 22:38:13 -07:00
committed by Richard Purdie
parent c472d9ba9e
commit e9edf8bfea
@@ -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