rust-llvm: Update LLVM_RELEASE to accurate versions

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-03-31 08:00:13 -07:00
parent 250230e292
commit d9e32f6288
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -16,7 +16,6 @@ DEPENDS += "ninja-native rust-llvm-native"
ARM_INSTRUCTION_SET_armv5 = "arm" ARM_INSTRUCTION_SET_armv5 = "arm"
ARM_INSTRUCTION_SET_armv4t = "arm" ARM_INSTRUCTION_SET_armv4t = "arm"
LLVM_RELEASE = "6.0"
LLVM_DIR = "llvm${LLVM_RELEASE}" LLVM_DIR = "llvm${LLVM_RELEASE}"
EXTRA_OECMAKE = " \ EXTRA_OECMAKE = " \
@@ -1,2 +1,3 @@
LLVM_RELEASE = "11.0.0"
require rust-source-${PV}.inc require rust-source-${PV}.inc
require rust-llvm.inc require rust-llvm.inc
@@ -1,2 +1,5 @@
# check src/llvm-project/llvm/CMakeLists.txt for llvm version in use
#
LLVM_RELEASE = "11.0.1"
require rust-source-${PV}.inc require rust-source-${PV}.inc
require rust-llvm.inc require rust-llvm.inc