crossgcc: Upgrade LLVM version 15.0.7 to 16.0.4
Change-Id: I753bbcf3f03907b0cf966454c3dd6c9b61869599 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73792 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
committed by
Felix Singer
parent
2c0960221d
commit
cf993bd343
@ -41,7 +41,7 @@ GCC_VERSION=11.3.0
|
|||||||
BINUTILS_VERSION=2.40
|
BINUTILS_VERSION=2.40
|
||||||
IASL_VERSION="R10_20_22"
|
IASL_VERSION="R10_20_22"
|
||||||
# CLANG version number
|
# CLANG version number
|
||||||
CLANG_VERSION=15.0.7
|
CLANG_VERSION=16.0.4
|
||||||
CMAKE_VERSION=3.26.3
|
CMAKE_VERSION=3.26.3
|
||||||
NASM_VERSION=2.15.05
|
NASM_VERSION=2.15.05
|
||||||
|
|
||||||
@ -881,13 +881,6 @@ build_LLVM() {
|
|||||||
|
|
||||||
cp -a ../$CLANG_DIR/tools/scan-build/* "$DESTDIR$TARGETDIR/bin"
|
cp -a ../$CLANG_DIR/tools/scan-build/* "$DESTDIR$TARGETDIR/bin"
|
||||||
cp -a ../$CLANG_DIR/tools/scan-view/* "$DESTDIR$TARGETDIR/bin"
|
cp -a ../$CLANG_DIR/tools/scan-view/* "$DESTDIR$TARGETDIR/bin"
|
||||||
|
|
||||||
# create symlinks to work around broken --print-librt-file-name
|
|
||||||
# when used with -target.
|
|
||||||
cd "$DESTDIR$TARGETDIR/lib/clang/${CLANG_VERSION}/lib" || exit 1
|
|
||||||
for i in */libclang_rt.builtins*.a; do
|
|
||||||
ln -s "$i" .
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build_CMAKE() {
|
build_CMAKE() {
|
||||||
|
@ -1 +0,0 @@
|
|||||||
7b4d1188cce1ce4ea1cf2ea362fba685c4aca34d tarballs/clang-15.0.7.src.tar.xz
|
|
1
util/crossgcc/sum/clang-16.0.4.src.tar.xz.cksum
Normal file
1
util/crossgcc/sum/clang-16.0.4.src.tar.xz.cksum
Normal file
@ -0,0 +1 @@
|
|||||||
|
32a497da79d7d19dd48e840128423f8b68c3b1b7 tarballs/clang-16.0.4.src.tar.xz
|
@ -1 +0,0 @@
|
|||||||
752fe847136eff2dfbfcc8bbddfaa9319532d104 tarballs/clang-tools-extra-15.0.7.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||||||
|
9115491127500d6913e4f042293f088f522f8aea tarballs/clang-tools-extra-16.0.4.src.tar.xz
|
@ -1 +0,0 @@
|
|||||||
8f06060871953422820098346da9a3b63b90120d tarballs/cmake-15.0.7.src.tar.xz
|
|
1
util/crossgcc/sum/cmake-16.0.4.src.tar.xz.cksum
Normal file
1
util/crossgcc/sum/cmake-16.0.4.src.tar.xz.cksum
Normal file
@ -0,0 +1 @@
|
|||||||
|
4d042fe6ccff719da5bcf8bab977050a1f2b3c77 tarballs/cmake-16.0.4.src.tar.xz
|
@ -1 +0,0 @@
|
|||||||
40f2a886636168f6478e20933906bcece2fd6b97 tarballs/compiler-rt-15.0.7.src.tar.xz
|
|
1
util/crossgcc/sum/compiler-rt-16.0.4.src.tar.xz.cksum
Normal file
1
util/crossgcc/sum/compiler-rt-16.0.4.src.tar.xz.cksum
Normal file
@ -0,0 +1 @@
|
|||||||
|
d19f56f8bd675f496d78c63ac4011795bc1eafe0 tarballs/compiler-rt-16.0.4.src.tar.xz
|
@ -1 +0,0 @@
|
|||||||
497ca3b2010cc0e3e38bc9dc6dda19041dbd7066 tarballs/llvm-15.0.7.src.tar.xz
|
|
1
util/crossgcc/sum/llvm-16.0.4.src.tar.xz.cksum
Normal file
1
util/crossgcc/sum/llvm-16.0.4.src.tar.xz.cksum
Normal file
@ -0,0 +1 @@
|
|||||||
|
90c3e2ba2855eae6997e4074347417b93786838d tarballs/llvm-16.0.4.src.tar.xz
|
Reference in New Issue
Block a user