diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:15:52 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:35 +0100 |
| commit | 507a50cf291774aa5575ec2c59709b9ca06dc23b (patch) | |
| tree | b9f023ee0573d184a7cb0cf9bedfe0a01bbf0388 /meta/recipes-devtools | |
| parent | c109408ceb7d44d360e025a3cfa279aa437782cb (diff) | |
| download | poky-507a50cf291774aa5575ec2c59709b9ca06dc23b.tar.gz | |
llvm: update 14.0.6 -> 15.0.1
'Release' type follows standard practice elsewhere in core, particularly rust-llvm as well.
(From OE-Core rev: 20adf74207b8c3eac7871e27da2df1aa26fca3b6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 25c0a433d3..1f47e5d0fb 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
| @@ -19,14 +19,14 @@ inherit cmake pkgconfig | |||
| 19 | 19 | ||
| 20 | PROVIDES += "llvm${PV}" | 20 | PROVIDES += "llvm${PV}" |
| 21 | 21 | ||
| 22 | PV = "14.0.6" | 22 | PV = "15.0.1" |
| 23 | 23 | ||
| 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
| 25 | 25 | ||
| 26 | LLVM_RELEASE = "${PV}" | 26 | LLVM_RELEASE = "${PV}" |
| 27 | 27 | ||
| 28 | BRANCH = "release/${MAJOR_VERSION}.x" | 28 | BRANCH = "release/${MAJOR_VERSION}.x" |
| 29 | SRCREV = "f28c006a5895fc0e329fe15fead81e37457cb1d1" | 29 | SRCREV = "b73d2c8c720a8c8e6e73b11be4e27afa6cb75bdf" |
| 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
| 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
| 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
| @@ -80,6 +80,7 @@ EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \ | |||
| 80 | -DLLVM_TARGETS_TO_BUILD='${LLVM_TARGETS}' \ | 80 | -DLLVM_TARGETS_TO_BUILD='${LLVM_TARGETS}' \ |
| 81 | -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \ | 81 | -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \ |
| 82 | -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \ | 82 | -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \ |
| 83 | -DCMAKE_BUILD_TYPE=Release \ | ||
| 83 | -G Ninja" | 84 | -G Ninja" |
| 84 | 85 | ||
| 85 | EXTRA_OECMAKE:append:class-target = "\ | 86 | EXTRA_OECMAKE:append:class-target = "\ |
