diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-23 00:45:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-24 16:33:47 +0100 |
commit | be7193e5ffe0428005188514774f41146eb5bef8 (patch) | |
tree | 1b53fef3ce815b0e8e7c7edd31af546fc21ad64e /meta/conf/distro/include/tcmode-default.inc | |
parent | 47ab5880c836fda67d6f95b3d9d586e7e8df130b (diff) | |
download | poky-be7193e5ffe0428005188514774f41146eb5bef8.tar.gz |
llvm: update 12.0.0 -> 12.0.1
Other than the tcmode tweak, this was done by devtool \0/
(From OE-Core rev: ba6991c16a5dcac9ce6de18956c0a75ab7e856bb)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/tcmode-default.inc')
-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 105a879f3a..7afe28a160 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -26,7 +26,7 @@ QEMUVERSION ?= "6.0%" | |||
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 ?= "12.0.0" | 29 | LLVMVERSION ?= "12.0.1" |
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}" |