diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-22 08:03:27 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-25 10:59:41 +0000 |
commit | 2d22d335dc60494afa17495b879d7d10a463bbde (patch) | |
tree | 41e1d02e909eecd172b94bfe474b3ba9c872be91 /util/crossgcc/buildgcc | |
parent | ee45280439d5abcfb7c1cc015c71a389c20d5634 (diff) |
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index fe1ffdfcee..5ee663821a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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 |