crossgcc: Upgrade LLVM to 8.0.0
Change-Id: I80efe90e21947aac631d54fd7983319602fc39c2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
ee45280439
commit
2d22d335dc
|
@ -58,7 +58,7 @@ IASL_VERSION=20190108
|
|||
PYTHON_VERSION=3.7.2
|
||||
EXPAT_VERSION=2.2.6
|
||||
# CLANG version number
|
||||
CLANG_VERSION=7.0.1
|
||||
CLANG_VERSION=8.0.0
|
||||
MAKE_VERSION=4.2.1
|
||||
CMAKE_VERSION=3.14.0
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
427e12762836d808583fb4149c033d02de0a8db2 tarballs/cfe-7.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
3cb1e10af3955174a3ca5e560f674f24fac2a02f tarballs/cfe-8.0.0.src.tar.xz
|
|
@ -1 +0,0 @@
|
|||
6f4048482c4cf1818133120565c2dcd1d3a62747 tarballs/clang-tools-extra-7.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
f341ba17494ba756fd404b2744e6f5991b50389f tarballs/clang-tools-extra-8.0.0.src.tar.xz
|
|
@ -1 +0,0 @@
|
|||
5ac063b474abe730b551477cdc02db789228f9c7 tarballs/compiler-rt-7.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
5af387779120bb2a9fad5d6fff1a3d6f4fa6c352 tarballs/compiler-rt-8.0.0.src.tar.xz
|
|
@ -1 +0,0 @@
|
|||
f97632fcc3186eb0d396492ef8acfc807648580f tarballs/llvm-7.0.1.src.tar.xz
|
|
@ -0,0 +1 @@
|
|||
0689345d73911e24a07b24cc82dab4fb46b8c323 tarballs/llvm-8.0.0.src.tar.xz
|
Loading…
Reference in New Issue