diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-22 09:04:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:10 +0100 |
commit | 93c73856f488dcff238c529c3e141541eaff2494 (patch) | |
tree | 28c0eac3a1244cd932809249839acf21078b9bad /meta/conf | |
parent | cc6b1e2b1d0dd4b70016cac574f38d916cb9c127 (diff) | |
download | poky-93c73856f488dcff238c529c3e141541eaff2494.tar.gz |
llvm: Upgrade to LLVM 12 release
Drop backported patch
(From OE-Core rev: ca72375a3bbebcb9a7af4dce3c06716ac2c0f5fc)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 76ada982f9..67ca87240f 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -26,7 +26,7 @@ QEMUVERSION ?= "5.2%" | |||
26 | GOVERSION ?= "1.16%" | 26 | GOVERSION ?= "1.16%" |
27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote | 27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote |
28 | # llvm version being used, so always bump it with llvm recipe version bump | 28 | # llvm version being used, so always bump it with llvm recipe version bump |
29 | LLVMVERSION ?= "11.1.0" | 29 | LLVMVERSION ?= "12.0.0" |
30 | 30 | ||
31 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 31 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
32 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |