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:
committed by
Martin L Roth
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
|
||||
|
Reference in New Issue
Block a user