crossgcc: Upgrade LLVM from 13.0.1 to 14.0.6
Test build for QEMU x86 i440fx/piix4. Change-Id: I97d059947f7049b2491a98985795a4655891c3b3 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
a44620dea9
commit
ae157d38e3
|
@ -39,7 +39,7 @@ GCC_VERSION=11.2.0
|
|||
BINUTILS_VERSION=2.37
|
||||
IASL_VERSION=20220331
|
||||
# CLANG version number
|
||||
CLANG_VERSION=13.0.1
|
||||
CLANG_VERSION=14.0.6
|
||||
CMAKE_VERSION=3.23.2
|
||||
NASM_VERSION=2.15.05
|
||||
|
||||
|
@ -809,7 +809,7 @@ build_LLVM() {
|
|||
$CMAKE -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$DESTDIR$TARGETDIR" \
|
||||
-DCLANG_VENDOR="coreboot toolchain v$CROSSGCC_VERSION - " \
|
||||
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt" \
|
||||
-DCMAKE_BUILD_TYPE=Release ../llvm || touch .failed
|
||||
-DLLVM_INCLUDE_BENCHMARKS="OFF" -DCMAKE_BUILD_TYPE=Release ../llvm || touch .failed
|
||||
# shellcheck disable=SC2086
|
||||
$MAKE $JOBS || touch .failed
|
||||
$MAKE install || touch .failed
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
9cdc305550fbd27d52d023e8506c50c41e97b7fa tarballs/clang-13.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
88442d295bc0b96df7cf3d526ed9eabd7a214ac2 tarballs/clang-14.0.6.src.tar.xz
|
|
@ -1 +0,0 @@
|
|||
ee28b71609e57e677205f44076e450fe5f577a22 tarballs/clang-tools-extra-13.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
dac5046f0eb81e6c47432cf80229599befbf273e tarballs/clang-tools-extra-14.0.6.src.tar.xz
|
|
@ -1 +0,0 @@
|
|||
68e9e2f569ccfe0af9f5df61ec74808688198946 tarballs/compiler-rt-13.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
91f03b578aff0fda6b9d3e2185e6ea5e588c6d47 tarballs/compiler-rt-14.0.6.src.tar.xz
|
|
@ -1 +0,0 @@
|
|||
8e50e3e47b6a14a0848862c574fb0007db212482 tarballs/llvm-13.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
975020d4f7164d84a89f0f9b2153dd870d06e02d tarballs/llvm-14.0.6.src.tar.xz
|
Loading…
Reference in New Issue